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
path: root/js/pmd
diff options
context:
space:
mode:
authorMarc Delisle <marc@infomarc.info>2015-03-30 14:42:45 +0300
committerMarc Delisle <marc@infomarc.info>2015-03-30 14:42:45 +0300
commit4f618b432c43aa1685357bab28376d6c9ad75d4f (patch)
treedd33026f718be4a067f63a8b8f584875be3bfa4b /js/pmd
parentc6052ace97fe8dfaf9b7fc6a784dd28adbdb4815 (diff)
Make message translatable
Signed-off-by: Marc Delisle <marc@infomarc.info>
Diffstat (limited to 'js/pmd')
-rw-r--r--js/pmd/move.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/pmd/move.js b/js/pmd/move.js
index 1e4896cc12..96b9c2acc2 100644
--- a/js/pmd/move.js
+++ b/js/pmd/move.js
@@ -896,7 +896,7 @@ function Save_as()
$('<div id="page_save_as_dialog"></div>')
.append(data.message)
.dialog({
- title: "Save page as",
+ title: PMA_messages.strSavePageAs,
width: 450,
modal: true,
buttons: button_options,