Commit d74c16538d2e0666946a21a7c0b88ec5a94a38cc
1 parent
a7a0f14d
Exists in
master
and in
29 other branches
ActionItem44: fixing English
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@2002 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/mailconf/index.rhtml
... | ... | @@ -6,7 +6,7 @@ |
6 | 6 | <%= check_box :user, :enable_email %> |
7 | 7 | <label for='user_enable_email'><%= _('Enable e-mail %s') % profile.email_addresses.join(', ') %></label> |
8 | 8 | <blockquote> |
9 | - <%= _("Marking this options gives you an e-mail account with the address above. You'll be able to access a webmail from your user menu.") %> | |
9 | + <%= _("Marking this option gives you an e-mail account with the address above. You'll be able to access a webmail from your user menu.") %> | |
10 | 10 | </blockquote> |
11 | 11 | </div> |
12 | 12 | ... | ... |