aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2005-02-18 20:46:17 +0000
committerplegall <plg@piwigo.org>2005-02-18 20:46:17 +0000
commit8397b98d2845eb1ee1d9ea8c08c270ad6606df11 (patch)
treeeb94c836871b1094dddae6606eedb0ebf7ef72ed
parentb3aff324b9943e9f32e3f0a4e6be49d4cad0ee48 (diff)
- bug fixed : localized label on submit button to add users in
administration git-svn-id: http://piwigo.org/svn/trunk@743 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r--template/default/profile.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/default/profile.tpl b/template/default/profile.tpl
index ad6619c37..500b10066 100644
--- a/template/default/profile.tpl
+++ b/template/default/profile.tpl
@@ -13,7 +13,7 @@
<form method="post" name="post" action="{add_user.F_ACTION}">
{L_USERNAME} <input type="text" name="login" maxlength="50" size="20" />
{L_PASSWORD} <input type="text" name="password" />
- <input type="submit" name="submit_add" value="add" class="bouton" />
+ <input type="submit" name="submit_add" value="{L_SUBMIT}" class="bouton" />
</form>
<!-- END add_user -->