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:
authorMadhura Jayaratne <madhura.cj@gmail.com>2015-06-25 09:12:50 +0300
committerMadhura Jayaratne <madhura.cj@gmail.com>2015-06-25 09:12:50 +0300
commit15a3686fd3ac5f336cb9044a60ca9861ede67325 (patch)
tree81beb8a53acc9cf8a9dd7f5d7be22b511c279934 /js/messages.php
parentdd7230cc209837fac06111c0e41dcad33ce0c07e (diff)
Better text for the submit button
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
Diffstat (limited to 'js/messages.php')
-rw-r--r--js/messages.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/messages.php b/js/messages.php
index dea5190b6a..420c459cc7 100644
--- a/js/messages.php
+++ b/js/messages.php
@@ -469,6 +469,7 @@ $js_messages['strModificationSaved'] = __('Modifications have been saved');
/* Visual query builder (js/pmd/move.js) */
$js_messages['strAddOption'] = __('Add an option for column "%s".');
$js_messages['strObjectsCreated'] = __('%d object(s) created.');
+$js_messages['strSubmit'] = __('Submit');
/* For makegrid.js (column reordering, show/hide column, grid editing) */
$js_messages['strCellEditHint'] = __('Press escape to cancel editing.');