aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/locale
diff options
context:
space:
mode:
authorAkira Matsuda <ronnie@dio.jp>2009-08-26 14:00:06 +0200
committerJeremy Kemper <jeremy@bitsweat.net>2009-08-26 13:55:57 -0700
commitcc9af20da7af98464ece18d4abc6a22ef3f00b5d (patch)
treeacda0720f737ee2000a26b71dd0047fb1090a026 /actionpack/lib/action_view/locale
parenta7ca5595a21fa3bfd0ef51e6a56fbb80a13e040b (diff)
downloadrails-cc9af20da7af98464ece18d4abc6a22ef3f00b5d.tar.gz
rails-cc9af20da7af98464ece18d4abc6a22ef3f00b5d.tar.bz2
rails-cc9af20da7af98464ece18d4abc6a22ef3f00b5d.zip
I18n: use I18n for select helpers' prompt text
[#2252 state:committed] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
Diffstat (limited to 'actionpack/lib/action_view/locale')
-rw-r--r--actionpack/lib/action_view/locale/en.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/actionpack/lib/action_view/locale/en.yml b/actionpack/lib/action_view/locale/en.yml
index afe35691bc..c82cd07ec2 100644
--- a/actionpack/lib/action_view/locale/en.yml
+++ b/actionpack/lib/action_view/locale/en.yml
@@ -108,3 +108,7 @@
# 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