aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/comment/_comment_form.rhtml
diff options
context:
space:
mode:
authorFaton Selishta <fatonselishta@gmail.com>2011-04-26 13:36:08 +0000
committerFaton Selishta <fatonselishta@gmail.com>2011-04-26 13:50:32 +0000
commitc91b6efa75f16a5afb98af13b7cdc071e47c089f (patch)
treec3680c1a10cddc17f8b8c730db9eccc4d7d0bd94 /app/views/comment/_comment_form.rhtml
parent17a2daab9d11c01f5da7208a310f5afe4e8e72cf (diff)
added i18n strings in view templates
Diffstat (limited to 'app/views/comment/_comment_form.rhtml')
-rw-r--r--app/views/comment/_comment_form.rhtml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/comment/_comment_form.rhtml b/app/views/comment/_comment_form.rhtml
index f943cf8ad..011393256 100644
--- a/app/views/comment/_comment_form.rhtml
+++ b/app/views/comment/_comment_form.rhtml
@@ -13,8 +13,8 @@
<p>
<%= hidden_field_tag 'submitted_comment', 1 %>
<%= hidden_field_tag 'preview', 1 %>
- <%= submit_tag "Preview your annotation" %>
- (<strong>no ranty</strong> politics, read our <a href="/help/requesting#moderation">moderation policy</a>)
+ <%= submit_tag _('Preview your annotation') %>
+ <%= _(' (<strong>no ranty</strong> politics, read our <a href="%s">moderation policy</a>)' % [help_requesting '#moderation'] %>
</p>
<% end %>