diff options
author | vdigital <vdigital@piwigo.org> | 2008-11-21 19:50:54 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-11-21 19:50:54 +0000 |
commit | b75ddb8e9adaaedc3b451ff1e7a502537e445655 (patch) | |
tree | e049bd1a27b3f63a83b3f010e5ad6410e0cb5b66 /language/en_UK/common.lang.php | |
parent | a61fe1c6131bbe9fd421fb01d24680560c1243a4 (diff) |
Sylvia notes are similar to msgs (with transparent white grid)
git-svn-id: http://piwigo.org/svn/branches/2.0@2898 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/en_UK/common.lang.php')
-rw-r--r-- | language/en_UK/common.lang.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/language/en_UK/common.lang.php b/language/en_UK/common.lang.php index fc758f5b1..54d3fbbd2 100644 --- a/language/en_UK/common.lang.php +++ b/language/en_UK/common.lang.php @@ -240,8 +240,8 @@ $lang['new_rate'] = 'Rate this picture'; $lang['next_page'] = 'Next'; $lang['no_category'] = 'Home'; $lang['no_rate'] = 'no rate'; -$lang['note_filter_day'] = 'Only displays elements posted within the last %d day.'; -$lang['note_filter_days'] = 'Only displays elements posted within the last %d days.'; +$lang['note_filter_day'] = 'Elements posted within the last %d day.'; +$lang['note_filter_days'] = 'Elements posted within the last %d days.'; $lang['password updated'] = 'password updated'; $lang['periods_error'] = 'Recent period must be a positive integer value'; /* DEPRECATED USED IN comments.php FOR image_id ? */ $lang['picture'] = 'picture'; |