aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@gmail.com>2010-04-10 11:50:09 +0200
committerJosé Valim <jose.valim@gmail.com>2010-04-10 11:50:09 +0200
commit55d159b25d2647e1f602cc60b62f39caf7a91844 (patch)
tree1c805770e5042fcf9d3f6694d4fc6dfa965c9a69 /actionpack/lib
parentece157e9504e192dcc065909c86316d520992221 (diff)
downloadrails-55d159b25d2647e1f602cc60b62f39caf7a91844.tar.gz
rails-55d159b25d2647e1f602cc60b62f39caf7a91844.tar.bz2
rails-55d159b25d2647e1f602cc60b62f39caf7a91844.zip
Remove error_messages_for data from locale.
Diffstat (limited to 'actionpack/lib')
-rw-r--r--actionpack/lib/action_view/locale/en.yml8
1 files changed, 0 insertions, 8 deletions
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