Fix typo.

This commit is contained in:
José Valim 2010-10-04 02:59:25 -07:00
parent 0b9ae8ee64
commit ee18e270a1
1 changed files with 2 additions and 2 deletions

View File

@ -74,8 +74,8 @@ module SimpleForm
mattr_accessor :default_input_size
@@default_input_size = 50
# When off, do not use translations in hint and labels.
# It is a small performance improvement if you are not such features.
# When off, do not use translations in hint, labels and placeholders.
# It is a small performance improvement if you are not using such features.
mattr_accessor :translate
@@translate = true