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-02-11 10:24:25 +0300
committerMadhura Jayaratne <madhura.cj@gmail.com>2015-02-11 10:24:25 +0300
commit2d19714b46a218b059e91785ac8bc00316482737 (patch)
tree12dc742c88ecb2784e1dae83c41334a15539d216 /js/messages.php
parentcfe3d68060284393f45d00b43822b96c9d0f65ad (diff)
parente1eae3b2d9449138e8e5155f4e143c68b7d6ed0f (diff)
Merge branch 'QA_4_3'
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 2c8e61adb0..c6858fab26 100644
--- a/js/messages.php
+++ b/js/messages.php
@@ -50,6 +50,7 @@ $js_messages['strDropUserGroupWarning'] = __('Do you really want to delete user
$js_messages['strConfirmDeleteQBESearch'] = __('Do you really want to delete the search "%s"?');
$js_messages['strConfirmNavigation'] = __('You have unsaved changes; are you sure you want to leave this page?');
$js_messages['strDropUserWarning'] = __('Do you really want to revoke the selected user(s) ?');
+$js_messages['strDeleteCentralColumnWarning'] = __('Do you really want to delete this central column?');
/* For modal dialog buttons */
$js_messages['strSaveAndClose'] = __('Save & Close');