From 3a09e40418f5261f233519510d5ae24abad66108 Mon Sep 17 00:00:00 2001 From: z0rglub Date: Wed, 16 Jun 2004 20:30:38 +0000 Subject: 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 --- language/en_UK.iso-8859-1/common.lang.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'language') 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'; -- cgit v1.2.3