aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorrub <rub@piwigo.org>2007-10-22 21:07:14 +0000
committerrub <rub@piwigo.org>2007-10-22 21:07:14 +0000
commit5b478450f31342773ce845da01bb4b0573fa322b (patch)
tree3f2c2a5818e349ddfa99ae0981a459c72589627d /template
parent85e2ed4160a194fd7b13180da2b060214e04e549 (diff)
"Are you sure!" was not translated.
git-svn-id: http://piwigo.org/svn/trunk@2147 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template')
-rw-r--r--template/yoga/admin/plugins.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/yoga/admin/plugins.tpl b/template/yoga/admin/plugins.tpl
index 370cd4141..4511913e3 100644
--- a/template/yoga/admin/plugins.tpl
+++ b/template/yoga/admin/plugins.tpl
@@ -21,7 +21,7 @@
<!-- BEGIN action -->
<a href="{plugins.plugin.action.U_ACTION}"
<!-- BEGIN confirm -->
- onclick="return confirm('Are you sure?');"
+ onclick="return confirm('{lang:Are you sure?}');"
<!-- END confirm -->
{TAG_INPUT_ENABLED}>{plugins.plugin.action.L_ACTION}</a>
<!-- END action -->