diff options
Diffstat (limited to '')
-rw-r--r-- | language/en_UK/common.lang.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/language/en_UK/common.lang.php b/language/en_UK/common.lang.php index 84b4207e7..9a2ebdb69 100644 --- a/language/en_UK/common.lang.php +++ b/language/en_UK/common.lang.php @@ -43,7 +43,7 @@ $lang['%d comments to validate'] = "%d comments to validate"; $lang['%d comments'] = "%d comments"; $lang['%d hit'] = "%d hit"; $lang['%d hits'] = "%d hits"; -$lang['%d Kb'] = "%d Kb"; +$lang['%d Kb'] = '%d KB'; $lang['%d new comment'] = "%d new comment"; $lang['%d new comments'] = "%d new comments"; $lang['%d new photo'] = "%d new photo"; |