From: Azamat Hackimov Date: Wed, 27 Oct 2010 18:46:20 +0000 (+0000) Subject: Fixing "Kilobyte" prefix to kB (#6740) X-Git-Tag: 1.1.0~235 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=1b1a059d907360648329a50aa6be9fb96c9d6fde;p=redmine.git 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 bea630529..6d05acb7d 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 597d14ba4..143086a80 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"