From 55d159b25d2647e1f602cc60b62f39caf7a91844 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Sat, 10 Apr 2010 11:50:09 +0200 Subject: Remove error_messages_for data from locale. --- actionpack/lib/action_view/locale/en.yml | 8 -------- 1 file changed, 8 deletions(-) (limited to 'actionpack') diff --git a/actionpack/lib/action_view/locale/en.yml b/actionpack/lib/action_view/locale/en.yml index a3e2230f6f..187e010e30 100644 --- a/actionpack/lib/action_view/locale/en.yml +++ b/actionpack/lib/action_view/locale/en.yml @@ -141,14 +141,6 @@ minute: "Minute" second: "Seconds" - errors: - template: - header: - one: "1 error prohibited this {{model}} from being saved" - other: "{{count}} errors prohibited this {{model}} from being saved" - # The variable :count is also available - body: "There were problems with the following fields:" - helpers: select: # Default value for :prompt => true in FormOptionsHelper -- cgit v1.2.3