summaryrefslogtreecommitdiffstats
path: root/app/views/my/account.rhtml
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2007-11-12 16:47:07 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2007-11-12 16:47:07 +0000
commita727f0d25a1e9f23be869a1dc413485b43a16935 (patch)
tree6e3cd741a039c77c032d0039dead567eaeccb902 /app/views/my/account.rhtml
parent0fe5c7b3e0d8875bff29e3a17230e94de416fa41 (diff)
downloadredmine-a727f0d25a1e9f23be869a1dc413485b43a16935.tar.gz
redmine-a727f0d25a1e9f23be869a1dc413485b43a16935.zip
Removed hard coded string on 'My account'.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@900 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/my/account.rhtml')
-rw-r--r--app/views/my/account.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/my/account.rhtml b/app/views/my/account.rhtml
index e65f78a47..11bba9c8d 100644
--- a/app/views/my/account.rhtml
+++ b/app/views/my/account.rhtml
@@ -32,7 +32,7 @@
<% end %></p>
<p><em><%= l(:text_user_mail_option) %></em></p>
<% end %>
-<p><label><%= check_box_tag 'no_self_notified', 1, @user.pref[:no_self_notified] %> I don't want to be notified of changes that I make myself.</label></p>
+<p><label><%= check_box_tag 'no_self_notified', 1, @user.pref[:no_self_notified] %> <%= l(:label_user_mail_no_self_notified) %></label></p>
</div>
</div>
<% end %>