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-01-17 14:57:46 +0300
committerMarc Delisle <marc@infomarc.info>2015-01-17 14:57:46 +0300
commit55c3e7877ff10bc1339a975ae9259a74a19a9d02 (patch)
tree6ffa3d7b3d8deba448b35073aba60668a46a26eb /js/messages.php
parent8f31d891c40e61fc90bab4930aaec64ae4f3c9f8 (diff)
parent7d03fff8a3c8c789892761a418f63a338501241f (diff)
Merge pull request #1450 from nisargjhaveri/sql_format
SQL formatting with sql-formatter
Diffstat (limited to 'js/messages.php')
-rw-r--r--js/messages.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/js/messages.php b/js/messages.php
index 24ada970c9..36ef711d19 100644
--- a/js/messages.php
+++ b/js/messages.php
@@ -245,6 +245,8 @@ $js_messages['strJustification'] = __('Justification');
$js_messages['strFormula'] = __('Used variable / formula');
$js_messages['strTest'] = __('Test');
+/* For query editor */
+$js_messages['strFormatting'] = __('Formatting SQL...');
/* For inline query editing */
$js_messages['strGo'] = __('Go');