diff options
author | Eric <eric@piwigo.org> | 2009-10-08 21:05:08 +0000 |
---|---|---|
committer | Eric <eric@piwigo.org> | 2009-10-08 21:05:08 +0000 |
commit | 3a5c8759d18f2b693f63de416435a43cc5cadfbe (patch) | |
tree | 50d1ce04e2c12a4dc46af8e2feec248308f79d90 /language/en_UK | |
parent | 2afb92238db9fc6a3b478f2fb49cef8672fcb51f (diff) |
[Piwigo] Bug 1079 fixed : Return to default settings in user profile page.
(I don't really enjoy the code but it's the simplest way i've found)
git-svn-id: http://piwigo.org/svn/trunk@3995 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-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 b7ebe47ac..6ae21a531 100644 --- a/language/en_UK/common.lang.php +++ b/language/en_UK/common.lang.php @@ -365,6 +365,7 @@ $lang['group by letters'] = 'group by letters'; $lang['letters'] = 'letters'; $lang['show tag cloud'] = 'show tag cloud'; $lang['cloud'] = 'cloud'; +$lang['Reset_To_Default'] = 'Reset to default values'; // --------- Starting below: New or revised $lang ---- from Colibri (2.1) $lang['del_all_favorites_hint'] = 'delete all images from your favorites'; $lang['Sent by'] = 'Sent by'; |