diff options
author | Faton Selishta <fatonselishta@gmail.com> | 2011-04-26 13:36:08 +0000 |
---|---|---|
committer | Faton Selishta <fatonselishta@gmail.com> | 2011-04-26 13:50:32 +0000 |
commit | c91b6efa75f16a5afb98af13b7cdc071e47c089f (patch) | |
tree | c3680c1a10cddc17f8b8c730db9eccc4d7d0bd94 /app/views/comment/preview.rhtml | |
parent | 17a2daab9d11c01f5da7208a310f5afe4e8e72cf (diff) |
added i18n strings in view templates
Diffstat (limited to 'app/views/comment/preview.rhtml')
-rw-r--r-- | app/views/comment/preview.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/comment/preview.rhtml b/app/views/comment/preview.rhtml index 38c5fe1ff..54037cf0e 100644 --- a/app/views/comment/preview.rhtml +++ b/app/views/comment/preview.rhtml @@ -7,7 +7,7 @@ <%= render :partial => 'comment/single_comment', :locals => { :comment => @comment } %> <p> - Your name and annotation will appear in <strong>search engines</strong>. + <%= _('Your name and annotation will appear in <strong>search engines</strong>.')%> </p> <p> |