From 963e909afc567df371219809b60b952e67bfa3ca Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Wed, 10 Aug 2011 10:05:23 -0400 Subject: [PATCH] Improve message --- js/messages.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/messages.php b/js/messages.php index 5f4e12b040..8be7a904b2 100644 --- a/js/messages.php +++ b/js/messages.php @@ -261,7 +261,7 @@ $js_messages['strSortHint'] = __('Click to sort'); $js_messages['strColMarkHint'] = __('Click to mark/unmark'); $js_messages['strColVisibHint'] = __('Click the drop-down arrow
to toggle column\'s visibility'); $js_messages['strShowAllCol'] = __('Show all'); -$js_messages['strAlertNonUnique'] = __('This table contains no unique field. Features related to the grid edit, checkbox, Edit, Copy and Delete links may not work after saving.'); +$js_messages['strAlertNonUnique'] = __('This table does not contain a unique column. Features related to the grid edit, checkbox, Edit, Copy and Delete links may not work after saving.'); /* password generation */ $js_messages['strGeneratePassword'] = __('Generate password');