aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2012-02-01 11:17:35 -0800
committerAaron Patterson <aaron.patterson@gmail.com>2012-02-01 11:17:35 -0800
commitab58c5e6640636b7d3ea7f50edfa368cc75fc56b (patch)
tree6cd089cd1ffd7a164726513ca3655682b5db0648 /activerecord/lib/active_record
parent33d8b62c527b16851db7d7ea79f1269db325d1aa (diff)
parent9b1d54e29287406ead1b5c3c2c3187607b54d8ea (diff)
downloadrails-ab58c5e6640636b7d3ea7f50edfa368cc75fc56b.tar.gz
rails-ab58c5e6640636b7d3ea7f50edfa368cc75fc56b.tar.bz2
rails-ab58c5e6640636b7d3ea7f50edfa368cc75fc56b.zip
Merge pull request #4830 from rafaelfranca/restrict-fix
Fix typo
Diffstat (limited to 'activerecord/lib/active_record')
-rw-r--r--activerecord/lib/active_record/locale/en.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/locale/en.yml b/activerecord/lib/active_record/locale/en.yml
index ad48de2e23..896132d566 100644
--- a/activerecord/lib/active_record/locale/en.yml
+++ b/activerecord/lib/active_record/locale/en.yml
@@ -11,7 +11,7 @@ en:
taken: "has already been taken"
record_invalid: "Validation failed: %{errors}"
restrict_dependent_destroy:
- one: "Cannot delete record because a dependent %{record} exist"
+ one: "Cannot delete record because a dependent %{record} exists"
many: "Cannot delete record because dependent %{record} exist"
# Append your own errors here or at the model/attributes scope.