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 /language/en_UK/admin.lang.php | |
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 '')
-rw-r--r-- | language/en_UK/admin.lang.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php index 180750941..ba518ee65 100644 --- a/language/en_UK/admin.lang.php +++ b/language/en_UK/admin.lang.php @@ -463,7 +463,7 @@ $lang['Lock albums'] = "Lock albums"; $lang['Lock gallery'] = "Lock gallery"; $lang['Lock'] = "Lock"; $lang['Locked'] = "Locked"; -$lang['Mail address is obligatory for all users'] = "Mail address is mandatory for all users"; +$lang['Mail address is mandatory for registration'] = "Mail address is mandatory for registration"; $lang['Mail content'] = "Mail content"; $lang['Mail sent to %s [%s].'] = "Mail sent to %s [%s]."; $lang['Mail theme'] = 'Mail theme'; |