diff options
author | z0rglub <z0rglub@piwigo.org> | 2004-06-16 20:30:38 +0000 |
---|---|---|
committer | z0rglub <z0rglub@piwigo.org> | 2004-06-16 20:30:38 +0000 |
commit | 3a09e40418f5261f233519510d5ae24abad66108 (patch) | |
tree | 1165689a846414858f3210c730308d016cd49daf /language/en_UK.iso-8859-1/common.lang.php | |
parent | c4479727220b5e40eea3bbff3c66032e1589a70a (diff) |
replace recent category by recent_pics (to have a difference with
recent_cats)
git-svn-id: http://piwigo.org/svn/trunk@433 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/en_UK.iso-8859-1/common.lang.php')
-rw-r--r-- | language/en_UK.iso-8859-1/common.lang.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/language/en_UK.iso-8859-1/common.lang.php b/language/en_UK.iso-8859-1/common.lang.php index e205611b5..5dfc4565d 100644 --- a/language/en_UK.iso-8859-1/common.lang.php +++ b/language/en_UK.iso-8859-1/common.lang.php @@ -208,9 +208,9 @@ $lang['most_visited_cat_hint'] = 'displays most visited pictures'; $lang['most_visited_cat'] = 'most visited'; $lang['best_rated_cat_hint'] = 'displays pictures best rated'; $lang['best_rated_cat'] = 'best rated'; -$lang['recent_cat_hint'] = 'displays most recent pictures'; -$lang['recent_cat'] = 'most recent'; -$lang['recent_cat_title'] = 'Recent pictures'; +$lang['recent_pics_cat_hint'] = 'displays most recent pictures'; +$lang['recent_pics_cat'] = 'recent pictures'; +$lang['recent_pics_cat_title'] = 'Recent pictures'; $lang['visited'] = 'visited'; $lang['times'] = 'times'; $lang['customize_theme'] = 'interface theme'; |