diff options
Diffstat (limited to '')
-rw-r--r-- | language/en_UK.iso-8859-1/common.lang.php | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/language/en_UK.iso-8859-1/common.lang.php b/language/en_UK.iso-8859-1/common.lang.php index 3effbc01f..06e9d0a37 100644 --- a/language/en_UK.iso-8859-1/common.lang.php +++ b/language/en_UK.iso-8859-1/common.lang.php @@ -219,11 +219,9 @@ $lang['times'] = 'times'; $lang['customize_theme'] = 'interface theme'; $lang['customize_expand'] = 'expand all categories'; $lang['customize_show_nb_comments'] = 'show number of comments'; -$lang['customize_short_period'] = 'short period'; -$lang['customize_long_period'] = 'long period'; +$lang['customize_recent_period'] = 'recent period'; $lang['customize_template'] = 'template'; -$lang['err_periods'] = 'periods must be integer values'; -$lang['err_periods_2'] = 'periods must be superior to 0. The long period must be grater than the short period.'; +$lang['err_periods'] = 'recent period must be a positive integer value'; $lang['create_cookie'] = 'create a cookie'; $lang['customize_day'] = 'day'; $lang['customize_week'] = 'week'; |