diff options
author | José Valim <jose.valim@plataformatec.com.br> | 2012-02-14 02:24:18 -0800 |
---|---|---|
committer | José Valim <jose.valim@plataformatec.com.br> | 2012-02-14 02:24:18 -0800 |
commit | 7f6ee93b0e7933c20e83e84004bb763f03c18404 (patch) | |
tree | 0b50e8b850dae1225bb99f8e8ba24dea833307b0 /actionpack/lib | |
parent | 65ffcec5a64053576b2597d3e40fd1d0176c7129 (diff) | |
parent | bb461248f060bf7f9220e0164aa08e0fd630a3af (diff) | |
download | rails-7f6ee93b0e7933c20e83e84004bb763f03c18404.tar.gz rails-7f6ee93b0e7933c20e83e84004bb763f03c18404.tar.bz2 rails-7f6ee93b0e7933c20e83e84004bb763f03c18404.zip |
Merge pull request #5036 from carlosantoniodasilva/form-button
Remove not used button translation from av locale
Diffstat (limited to 'actionpack/lib')
-rw-r--r-- | actionpack/lib/action_view/locale/en.yml | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/actionpack/lib/action_view/locale/en.yml b/actionpack/lib/action_view/locale/en.yml index 7cca7d969a..8e9db634fb 100644 --- a/actionpack/lib/action_view/locale/en.yml +++ b/actionpack/lib/action_view/locale/en.yml @@ -147,15 +147,8 @@ # Default value for :prompt => true in FormOptionsHelper prompt: "Please select" - # Default translation keys for submit FormHelper + # Default translation keys for submit and button FormHelper submit: create: 'Create %{model}' update: 'Update %{model}' submit: 'Save %{model}' - - # Default translation keys for button FormHelper - button: - create: 'Create %{model}' - update: 'Update %{model}' - submit: 'Save %{model}' - |