From 0ce81cfcea4fd23e0a1d731ea51540e059ffb79a Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Wed, 27 Aug 2014 08:23:39 -0400 Subject: [PATCH] Improve messages Signed-off-by: Marc Delisle --- libraries/config/messages.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/config/messages.inc.php b/libraries/config/messages.inc.php index ac57166629..23f75149fe 100644 --- a/libraries/config/messages.inc.php +++ b/libraries/config/messages.inc.php @@ -522,8 +522,8 @@ $strConfigRecodingEngine_name = __('Recoding engine'); $strConfigRememberSorting_desc = __('When browsing tables, the sorting of each table is remembered.'); $strConfigRememberSorting_name = __('Remember table\'s sorting'); -$strConfigTablePrimaryKeyOrder_desc = __('Default sort order for tables with primary key.'); -$strConfigTablePrimaryKeyOrder_name = __('The sort order'); +$strConfigTablePrimaryKeyOrder_desc = __('Default sort order for tables with a primary key.'); +$strConfigTablePrimaryKeyOrder_name = __('Primary key default sort order'); $strConfigRepeatCells_desc = __('Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature.'); $strConfigRepeatCells_name = __('Repeat headers');