diff options
author | plegall <plg@piwigo.org> | 2010-07-10 20:05:24 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2010-07-10 20:05:24 +0000 |
commit | cfa17aece52a11e559111cfb80360ad6f77c6feb (patch) | |
tree | c9aa02edd2c4b1bc625b625a0c5ba5a23c345f4c /language/en_UK | |
parent | 4748adc3f5cb4a3ef2cddb31db73ecd2e6b68bb8 (diff) |
merge r6675 from branch 2.1 to trunk
complement to r6657: having a new key for the admin menu is a good thing but
the "Menu Management" label is not coherent with other admin menu labels.
Furthermore, all languages already have the word "Menu" in common.lang.php, no
need to display an english "Menu Management" if the translation is missing.
git-svn-id: http://piwigo.org/svn/trunk@6676 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/en_UK')
-rw-r--r-- | language/en_UK/admin.lang.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php index 9fe64f6fb..d4322753f 100644 --- a/language/en_UK/admin.lang.php +++ b/language/en_UK/admin.lang.php @@ -769,6 +769,5 @@ $lang['Failed to write file to disk'] = 'Failed to write file to disk'; $lang['File upload stopped by extension'] = 'File upload stopped by extension'; $lang['Unknown upload error'] = 'Unknown upload error'; $lang['Error on file "%s" : %s'] = 'Error on file "%s" : %s'; - -$lang['Menu Management'] = 'Menu Management'; -?>
\ No newline at end of file +$lang['Menu Management'] = 'Menus'; +?> |