diff options
author | mistic100 <mistic@piwigo.org> | 2014-07-07 09:24:06 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2014-07-07 09:24:06 +0000 |
commit | fb4237b7861b818cc3d46d7cc0740d648e80ccd8 (patch) | |
tree | 5ad236c1095ccb24f6ac3312070bf49b23601944 /admin/themes/default/template | |
parent | 3537ead249b99e6e87360e69dc83dd9694bc5d95 (diff) |
bug 3008: explicitely say that email address is mandatory for registration (language update)
git-svn-id: http://piwigo.org/svn/trunk@28980 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/default/template')
-rw-r--r-- | admin/themes/default/template/configuration.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/themes/default/template/configuration.tpl b/admin/themes/default/template/configuration.tpl index ea2f8ec86..f11390878 100644 --- a/admin/themes/default/template/configuration.tpl +++ b/admin/themes/default/template/configuration.tpl @@ -138,7 +138,7 @@ updateFilters(); <li> <label> <input type="checkbox" name="obligatory_user_mail_address" {if ($main.obligatory_user_mail_address)}checked="checked"{/if}> - {'Mail address is obligatory for all users'|@translate} + {'Mail address is mandatory for registration'|@translate} </label> </li> </ul> |