diff options
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 60959867a..bf2f4d9ab 100644 --- a/language/en_UK/common.lang.php +++ b/language/en_UK/common.lang.php @@ -28,7 +28,7 @@ $lang_info['code'] = "en"; $lang_info['zero_plural'] = "1"; -$lang['%.2f (rated %d times, standard deviation = %.2f)'] = "%.2f (rated %d times, standard deviation = %.2f)"; +$lang['%.2f (rated %d times)'] = "%.2f (rated %d times)"; $lang['%d Kb'] = "%d Kb"; $lang['%d category updated'] = "%d category updated"; $lang['%d categories updated'] = "%d categories updated"; @@ -386,4 +386,4 @@ $lang['This author modified following comment:'] = 'This author modified followi $lang['This author removed the comment with id %d'] = 'This author removed the comment with id %d'; $lang['delete this comment'] = "delete this comment"; $lang['validate this comment'] = 'validate this comment'; -?>
\ No newline at end of file +?> |