From 72df64b4e1229ddf05d75d17a0bc0eb1ad453910 Mon Sep 17 00:00:00 2001 From: gnagno Date: Sat, 23 Jul 2011 08:26:18 -0700 Subject: now the documentation reflects the actual returned value for a missing translation --- actionpack/lib/action_view/helpers/translation_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack/lib/action_view/helpers') diff --git a/actionpack/lib/action_view/helpers/translation_helper.rb b/actionpack/lib/action_view/helpers/translation_helper.rb index 26b6e8b599..be64dc823e 100644 --- a/actionpack/lib/action_view/helpers/translation_helper.rb +++ b/actionpack/lib/action_view/helpers/translation_helper.rb @@ -25,7 +25,7 @@ module ActionView # * a titleized version of the last key segment as a text. # # E.g. the value returned for a missing translation key :"blog.post.title" will be - # Title. + # Title. # This way your views will display rather reasonable strings but it will still # be easy to spot missing translations. # -- cgit v1.2.3