aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/default/template
diff options
context:
space:
mode:
authorpatdenice <patdenice@piwigo.org>2011-09-29 14:52:06 +0000
committerpatdenice <patdenice@piwigo.org>2011-09-29 14:52:06 +0000
commitd3a81948e775603283985bd5eea91c3e7ca1f6c2 (patch)
tree6586818e6251e6801bcd0b20e67cee7a25ab873c /admin/themes/default/template
parent347fb6e3213f2b8429b5fbfd4a850b16c56a282d (diff)
Add missing language keys for auto-upgrade (only error keys).
git-svn-id: http://piwigo.org/svn/trunk@12261 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/default/template')
-rw-r--r--admin/themes/default/template/updates_pwg.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/themes/default/template/updates_pwg.tpl b/admin/themes/default/template/updates_pwg.tpl
index c85e1fb6b..5b1bf3238 100644
--- a/admin/themes/default/template/updates_pwg.tpl
+++ b/admin/themes/default/template/updates_pwg.tpl
@@ -1,7 +1,7 @@
{footer_script}
jQuery(document).ready(function() {ldelim}
jQuery('input[name="submit"]').click(function() {ldelim}
- if(!confirm('{'autoupdate_alert'|@translate}'))
+ if(!confirm('{'Are you sure?'|@translate}'))
return false;
jQuery(this).hide();
jQuery('.autoupdate_bar').show();