]> source.dussan.org Git - redmine.git/commitdiff
Replaced hardcoded strings (KB) with i18n equivalent (number.human.storage_units...
authorAzamat Hackimov <azamat.hackimov@gmail.com>
Thu, 25 Nov 2010 20:27:44 +0000 (20:27 +0000)
committerAzamat Hackimov <azamat.hackimov@gmail.com>
Thu, 25 Nov 2010 20:27:44 +0000 (20:27 +0000)
Fixes #6740 finally

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4426 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/settings/_general.rhtml

index a2f014528edbb8b5bd4e63499c683404b026370b..a384693bc4fef6a670954027eb84b43cbe9354ec 100644 (file)
@@ -6,7 +6,7 @@
 <p><%= setting_text_area :welcome_text, :cols => 60, :rows => 5, :class => 'wiki-edit' %></p>
 <%= wikitoolbar_for 'settings_welcome_text' %>
 
-<p><%= setting_text_field :attachment_max_size, :size => 6 %> KB</p>
+<p><%= setting_text_field :attachment_max_size, :size => 6 %> <%= l(:"number.human.storage_units.units.kb") %></p>
 
 <p><%= setting_text_field :per_page_options, :size => 20 %><br />
 <em><%= l(:text_comma_separated) %></em></p>
@@ -26,7 +26,7 @@
 
 <p><%= setting_text_field :feeds_limit, :size => 6 %></p>
 
-<p><%= setting_text_field :file_max_size_displayed, :size => 6 %> KB</p>
+<p><%= setting_text_field :file_max_size_displayed, :size => 6 %> <%= l(:"number.human.storage_units.units.kb") %></p>
 
 <p><%= setting_text_field :diff_max_lines_displayed, :size => 6 %></p>