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:
parent
d41391e87a
commit
1b1a059d90
@ -84,7 +84,7 @@ en-GB:
|
|||||||
byte:
|
byte:
|
||||||
one: "Byte"
|
one: "Byte"
|
||||||
other: "Bytes"
|
other: "Bytes"
|
||||||
kb: "KB"
|
kb: "kB"
|
||||||
mb: "MB"
|
mb: "MB"
|
||||||
gb: "GB"
|
gb: "GB"
|
||||||
tb: "TB"
|
tb: "TB"
|
||||||
|
@ -81,7 +81,7 @@ en:
|
|||||||
byte:
|
byte:
|
||||||
one: "Byte"
|
one: "Byte"
|
||||||
other: "Bytes"
|
other: "Bytes"
|
||||||
kb: "KB"
|
kb: "kB"
|
||||||
mb: "MB"
|
mb: "MB"
|
||||||
gb: "GB"
|
gb: "GB"
|
||||||
tb: "TB"
|
tb: "TB"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user