Skip to content

Commit

Permalink
Made a minor syntax correction.
Browse files Browse the repository at this point in the history
  • Loading branch information
schof committed Apr 27, 2009
1 parent 5ec91ef commit de9ea3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/guides/source/i18n.textile
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,7 @@ en:
# will translate User attribute "login" as "Handle"
</ruby>

Then +User.human_name+ will return "Dude" and +User.human_attribute_name(:login)+ will return "Handle".
Then +User.human_name+ will return "Dude" and +User.human_attribute_name("login")+ will return "Handle".

h5. Error Message Scopes

Expand Down

0 comments on commit de9ea3b

Please sign in to comment.