diff options
author | Louise Crow <louise.crow@gmail.com> | 2013-05-07 16:05:55 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2013-05-07 16:05:55 +0100 |
commit | f6a337d9f27222953239a8889fa2681c415ae241 (patch) | |
tree | e0f82de8262dfcb373dd5631217630ca2208bee2 | |
parent | 80ad2d4c31075ffc994e8c48ea25e6e3c486c364 (diff) |
Add markup of string lost in merging develop to rails-3-develop.
-rw-r--r-- | app/views/admin_censor_rule/new.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin_censor_rule/new.html.erb b/app/views/admin_censor_rule/new.html.erb index 1694308f3..77d22990c 100644 --- a/app/views/admin_censor_rule/new.html.erb +++ b/app/views/admin_censor_rule/new.html.erb @@ -1,4 +1,4 @@ -<% @title = 'New censor rule' %> +<% @title = _('New censor rule') %> <h1><%=@title%></h1> |