Improve message

This commit is contained in:
Marc Delisle 2011-08-10 10:05:23 -04:00
parent 61571b8e9a
commit 963e909afc

View File

@ -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<br />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');