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:
authorChristian Foellmann <foellmann@foe-services.de>2014-07-28 14:13:10 +0400
committerChristian Foellmann <foellmann@foe-services.de>2014-07-28 14:13:10 +0400
commit276394119dfbe117acd411a3862de597ba35a2ad (patch)
tree3dc394a15f459d6324e3452e15e9446e47fe3bd0 /tbl_row_action.php
parentc8c2e72886de1b71f5abcaa295075da9666096b5 (diff)
UPDATE phpmyadmin 4.2.6 multilanguage
Diffstat (limited to 'tbl_row_action.php')
-rw-r--r--tbl_row_action.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tbl_row_action.php b/tbl_row_action.php
index 5801386df7..b09e70e01a 100644
--- a/tbl_row_action.php
+++ b/tbl_row_action.php
@@ -108,7 +108,7 @@ if (!empty($submit_mult)) {
if ((! empty($submit_mult) || isset($_REQUEST['mult_btn']))
&& ! empty($sql_query)
) {
- $disp_message = __('Your SQL query has been executed successfully');
+ $disp_message = __('Your SQL query has been executed successfully.');
$disp_query = $sql_query;
}