Fixing "Kilobyte" prefix to kB (#6740)

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4300 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Azamat Hackimov 2010-10-27 18:46:20 +00:00
parent d41391e87a
commit 1b1a059d90
2 changed files with 2 additions and 2 deletions

View File

@ -84,7 +84,7 @@ en-GB:
byte:
one: "Byte"
other: "Bytes"
kb: "KB"
kb: "kB"
mb: "MB"
gb: "GB"
tb: "TB"

View File

@ -81,7 +81,7 @@ en:
byte:
one: "Byte"
other: "Bytes"
kb: "KB"
kb: "kB"
mb: "MB"
gb: "GB"
tb: "TB"