From 004f9eaf73544ad99b702c960fd94dcd0f0c2433 2010-10-31 23:56:52 From: Eric Davis Date: 2010-10-31 23:56:52 Subject: [PATCH] Merged r4300 from trunk. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/1.0-stable@4335 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/config/locales/en-GB.yml b/config/locales/en-GB.yml index 5a693f3..19c4a6e 100644 --- a/config/locales/en-GB.yml +++ b/config/locales/en-GB.yml @@ -84,7 +84,7 @@ en-GB: byte: one: "Byte" other: "Bytes" - kb: "KB" + kb: "kB" mb: "MB" gb: "GB" tb: "TB" diff --git a/config/locales/en.yml b/config/locales/en.yml index 94ea1e8..7bdb6ae 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -81,7 +81,7 @@ en: byte: one: "Byte" other: "Bytes" - kb: "KB" + kb: "kB" mb: "MB" gb: "GB" tb: "TB"