aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/locale
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2009-08-26 12:12:40 -0700
committerJeremy Kemper <jeremy@bitsweat.net>2009-08-26 12:12:40 -0700
commita7ca5595a21fa3bfd0ef51e6a56fbb80a13e040b (patch)
treece3f1d5db546645ee060f86e4e7b4f4421ac4d3e /actionpack/lib/action_view/locale
parentd672a14ee766e86c606db566dd073a3d2332cc60 (diff)
downloadrails-a7ca5595a21fa3bfd0ef51e6a56fbb80a13e040b.tar.gz
rails-a7ca5595a21fa3bfd0ef51e6a56fbb80a13e040b.tar.bz2
rails-a7ca5595a21fa3bfd0ef51e6a56fbb80a13e040b.zip
Revert "I18n: use I18n for select helpers' prompt text"
Broke CI. [#2252 state:open] This reverts commit adedf72821a5623227ce91e6b298838e692477e4.
Diffstat (limited to 'actionpack/lib/action_view/locale')
-rw-r--r--actionpack/lib/action_view/locale/en.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/actionpack/lib/action_view/locale/en.yml b/actionpack/lib/action_view/locale/en.yml
index c82cd07ec2..afe35691bc 100644
--- a/actionpack/lib/action_view/locale/en.yml
+++ b/actionpack/lib/action_view/locale/en.yml
@@ -108,7 +108,3 @@
# The variable :count is also available
body: "There were problems with the following fields:"
- support:
- select:
- # default value for :prompt => true in FormOptionsHelper
- prompt: "Please select" \ No newline at end of file