From 03216ae252415f59578eb21fbb39ea5793062a22 Mon Sep 17 00:00:00 2001 From: Rodrigo Rosenfeld Rosas Date: Sun, 20 Jun 2010 10:38:46 -0300 Subject: Fix comment in en.yml datime_select -> datetime_select --- activesupport/lib/active_support/locale/en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activesupport') 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 -- cgit v1.2.3