diff options
author | Azamat Hackimov <azamat.hackimov@gmail.com> | 2010-10-27 18:46:20 +0000 |
---|---|---|
committer | Azamat Hackimov <azamat.hackimov@gmail.com> | 2010-10-27 18:46:20 +0000 |
commit | 1b1a059d907360648329a50aa6be9fb96c9d6fde (patch) | |
tree | e1f1abcb25c59dbe5ba3f800d3571de14e3ada9b /config/locales/en.yml | |
parent | d41391e87a1a613e8716af9a0c7f790ceae913fd (diff) | |
download | redmine-1b1a059d907360648329a50aa6be9fb96c9d6fde.tar.gz redmine-1b1a059d907360648329a50aa6be9fb96c9d6fde.zip |
Fixing "Kilobyte" prefix to kB (#6740)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4300 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/en.yml')
-rw-r--r-- | config/locales/en.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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" |