Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Delisle <marc@infomarc.info>2015-03-01 14:38:22 +0300
committerMarc Delisle <marc@infomarc.info>2015-03-01 14:38:22 +0300
commitcb57c53de4c0bd090f683a803272a392c8bd0b62 (patch)
tree8fe681226ca437b15da34b86c2b864db2a20749f /js/messages.php
parentff35677c26e44a5d7e617b6e0c1c66cc9a73e97b (diff)
Improve messages
Signed-off-by: Marc Delisle <marc@infomarc.info>
Diffstat (limited to 'js/messages.php')
-rw-r--r--js/messages.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/messages.php b/js/messages.php
index e9cb414317..cea8ee5ca8 100644
--- a/js/messages.php
+++ b/js/messages.php
@@ -305,7 +305,7 @@ $js_messages['strShowQueryBox'] = __('Show query box');
$js_messages['strEdit'] = __('Edit');
$js_messages['strNotValidRowNumber'] = __('%d is not valid row number.');
$js_messages['strBrowseForeignValues'] = __('Browse foreign values');
-$js_messages['strNoAutoSavedQuery'] = __('No auto saved query');
+$js_messages['strNoAutoSavedQuery'] = __('No auto-saved query');
/* For Central list of columns */
$js_messages['pickColumn'] = __('Pick');