diff options
author | nikrou <nikrou@piwigo.org> | 2010-04-14 19:46:39 +0000 |
---|---|---|
committer | nikrou <nikrou@piwigo.org> | 2010-04-14 19:46:39 +0000 |
commit | 90253ebf732535a81572ecd4025032876663e134 (patch) | |
tree | 61bd53722914dd6243b6c2f7cf379b8e38112d96 /language/en_UK/admin.lang.php | |
parent | ce82578b0478108e16b8d6e9a16216df68f2608b (diff) |
Bug 1542 fixed : add message when changing order of items
git-svn-id: http://piwigo.org/svn/trunk@5853 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/en_UK/admin.lang.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php index fddbe328e..f3ebabc33 100644 --- a/language/en_UK/admin.lang.php +++ b/language/en_UK/admin.lang.php @@ -764,4 +764,6 @@ $lang['There is no other language available.'] = 'There is no other language ava $lang['There is no other plugin available.'] = 'There is no other plugin available.'; $lang['There is no other theme available.'] = 'There is no other theme available.'; $lang['Add another set of photos'] = 'Add another set of photos'; + +$lang['Order of menubar items has been updated successfully.'] = 'Order of menubar items has been updated successfully.'; ?> |