From 1b1a059d907360648329a50aa6be9fb96c9d6fde 2010-10-27 18:46:20 From: Azamat Hackimov Date: 2010-10-27 18:46:20 Subject: [PATCH] Fixing "Kilobyte" prefix to kB (#6740) git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4300 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/config/locales/en-GB.yml b/config/locales/en-GB.yml index bea6305..6d05acb 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 597d14b..143086a 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"