diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2011-03-09 14:04:34 +0000 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2011-03-10 10:56:15 +0000 |
commit | eda327da357dfa7c5581a124a1ea2417e4983a39 (patch) | |
tree | 3dc58f13912c0df887f2ad80cabd143efb947808 | |
parent | 27e981462ce2a244363855045317d1f271d77a76 (diff) |
minor i18n string hanging around
-rw-r--r-- | app/views/comment/_comment_form.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/comment/_comment_form.rhtml b/app/views/comment/_comment_form.rhtml index aae0c4638..f943cf8ad 100644 --- a/app/views/comment/_comment_form.rhtml +++ b/app/views/comment/_comment_form.rhtml @@ -6,7 +6,7 @@ <% if !TrackThing.find_by_existing_track(@user, track_thing) && (!@user || @info_request.user != @user) %> <p> - <%= check_box_tag 'subscribe_to_request', "1", params[:subscribe_to_request] ? true : false %> <label for="subscribe_to_request">Email me future updates to this request</label> + <%= check_box_tag 'subscribe_to_request', "1", params[:subscribe_to_request] ? true : false %> <label for="subscribe_to_request"><%= _('Email me future updates to this request') %></label> </p> <% end %> |