aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeb Bacon <seb.bacon@gmail.com>2012-01-31 12:15:45 +0000
committerSeb Bacon <seb.bacon@gmail.com>2012-01-31 12:15:45 +0000
commit5959f96f24155a86011f544a16cda1df5415a089 (patch)
tree08b74b4143384a664334dc249714423b3984c304
parentedf43caeb577ad321c5beebfec6130382cb06db7 (diff)
A missing i18n string
-rw-r--r--app/models/public_body.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/public_body.rb b/app/models/public_body.rb
index 453e3a6cf..9ac668b10 100644
--- a/app/models/public_body.rb
+++ b/app/models/public_body.rb
@@ -275,7 +275,7 @@ class PublicBody < ActiveRecord::Base
ret = ret + types[-1]
return ret
else
- return "A public authority"
+ return _("A public authority")
end
end