From 53daa0f1e32d156e7ff2e1a70c3052cfcd97b128 Mon Sep 17 00:00:00 2001 From: Reinier Balt Date: Mon, 8 Apr 2013 19:51:28 +0200 Subject: [PATCH] we are grouping by not ordering by --- config/locales/en.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/locales/en.yml b/config/locales/en.yml index 8b636a0c..8c07c698 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -402,9 +402,9 @@ en: admin: Admin help: "?" mobile: Mobile Site - group_view_by_context: "Order by context" - group_view_by_project: "Order by project" - group_view_by_title: "Change the ordering of the actions on this page" + group_view_by_context: "Group by context" + group_view_by_project: "Group by project" + group_view_by_title: "Change the grouping of the actions on this page" show_empty_containers_project: "Show empty projects" show_empty_containers_context: "Show empty contexts" show_empty_containers_title: "Show or hide the empty projects or contexts"