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');