diff options
author | Rodrigo Rosenfeld Rosas <rr_rosas@yahoo.com.br> | 2010-06-20 10:38:46 -0300 |
---|---|---|
committer | Rodrigo Rosenfeld Rosas <rr_rosas@yahoo.com.br> | 2010-06-20 10:41:47 -0300 |
commit | 03216ae252415f59578eb21fbb39ea5793062a22 (patch) | |
tree | 2ec3df9a661d565a52e272a7b4a5aafbbbe972be /activesupport | |
parent | 484b872972c7723fb7f1aa265d7d31ad977289a0 (diff) | |
download | rails-03216ae252415f59578eb21fbb39ea5793062a22.tar.gz rails-03216ae252415f59578eb21fbb39ea5793062a22.tar.bz2 rails-03216ae252415f59578eb21fbb39ea5793062a22.zip |
Fix comment in en.yml datime_select -> datetime_select
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/lib/active_support/locale/en.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/locale/en.yml b/activesupport/lib/active_support/locale/en.yml index 49ad192bf1..8f08f37a70 100644 --- a/activesupport/lib/active_support/locale/en.yml +++ b/activesupport/lib/active_support/locale/en.yml @@ -14,7 +14,7 @@ en: # Don't forget the nil at the beginning; there's no such thing as a 0th month month_names: [~, January, February, March, April, May, June, July, August, September, October, November, December] abbr_month_names: [~, Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec] - # Used in date_select and datime_select. + # Used in date_select and datetime_select. order: - :year - :month |