From 781b78925f5de5e3fb7f416649ad19a1f6739667 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Fri, 4 Mar 2016 15:32:31 +0000 Subject: [PATCH] fix test failure (#22126)
  1) Failure:
Redmine::I18nTest#test_number_to_human_size_for_each_language [.../test/unit/lib/redmine/i18n_test.rb:129]:
Expected /251/ to match "250 KB".
git-svn-id: http://svn.redmine.org/redmine/trunk@15188 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- config/locales/lt.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/locales/lt.yml b/config/locales/lt.yml index 08869591e..09bae9dfc 100644 --- a/config/locales/lt.yml +++ b/config/locales/lt.yml @@ -87,7 +87,7 @@ lt: human: format: delimiter: " " - precision: 2 + precision: 3 storage_units: format: "%n %u" units: -- 2.39.5