diff options
author | rvelices <rv-github@modusoptimus.com> | 2013-06-24 04:23:03 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2013-06-24 04:23:03 +0000 |
commit | 46dd825423005091f394afb081ab93a95af3c715 (patch) | |
tree | 3d286e8eda2fec135c2abbe48bb6cad2ad20764b /language/en_UK/common.lang.php | |
parent | d12e519e1a4a2bd2a5b7edf2716c32b80413a1b5 (diff) |
change lang key (email -> Email) and moved it to common from admin (used in comment add)
git-svn-id: http://piwigo.org/svn/trunk@23496 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/en_UK/common.lang.php')
-rw-r--r-- | language/en_UK/common.lang.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/language/en_UK/common.lang.php b/language/en_UK/common.lang.php index 9a2ebdb69..05ebc8626 100644 --- a/language/en_UK/common.lang.php +++ b/language/en_UK/common.lang.php @@ -412,4 +412,5 @@ $lang['Your password has been reset'] = 'Your password has been reset'; $lang['Your username has been successfully changed to : %s'] = 'Your username has been successfully changed to: %s'; $lang['Your website URL is invalid'] = 'Your website URL is invalid'; $lang['mandatory'] = 'mandatory'; +$lang['Email'] = "Email"; ?>
\ No newline at end of file |