From 1b1a059d907360648329a50aa6be9fb96c9d6fde Mon Sep 17 00:00:00 2001 From: Azamat Hackimov Date: Wed, 27 Oct 2010 18:46:20 +0000 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 --- config/locales/en-GB.yml | 2 +- config/locales/en.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"