Commit 91e0208c921180e7e05699956c4a45a866292632
1 parent
6d52196b
Exists in
master
and in
29 other branches
Better English wording.
Showing
3 changed files
with
4 additions
and
4 deletions
Show diff stats
app/views/account/_signup_form.rhtml
... | ... | @@ -10,7 +10,7 @@ |
10 | 10 | <% end %> |
11 | 11 | |
12 | 12 | <% labelled_form_for :user, @user, |
13 | - :html => { :help=>_('Fill all this fields to join in this environment. <p/> If you forgot your password, do not create a new account, click on the "<b>I forgot my password!</b>" link. ;-)'), :id => 'profile-data' | |
13 | + :html => { :help=>_('Fill all these fields to join in this environment. <p/> If you forgot your password, do not create a new account, click on the "<b>I forgot my password!</b>" link. ;-)'), :id => 'profile-data' | |
14 | 14 | } do |f| -%> |
15 | 15 | <%= icaptcha_field() %> |
16 | 16 | ... | ... |
app/views/account/activation_question.rhtml
... | ... | @@ -14,7 +14,7 @@ |
14 | 14 | var answer = parseInt(form.answer.value); |
15 | 15 | var val = form.answer.value; |
16 | 16 | if (!answer || (val.length != 14)) { |
17 | - alert(<%= _('An CNPJ have 14 digits').inspect %>); | |
17 | + alert(<%= _('A CNPJ have 14 digits').inspect %>); | |
18 | 18 | return false; |
19 | 19 | } else { |
20 | 20 | return true; | ... | ... |
po/pt/noosfero.po
... | ... | @@ -13,7 +13,7 @@ msgid "" |
13 | 13 | msgstr "" |
14 | 14 | "Project-Id-Version: noosfero 0.20.0\n" |
15 | 15 | "POT-Creation-Date: 2009-09-29 18:56-0300\n" |
16 | -"PO-Revision-Date: 2009-10-04 18:18-0300\n" | |
16 | +"PO-Revision-Date: 2009-10-24 10:33-0300\n" | |
17 | 17 | "Last-Translator: Joenio Costa <joenio@colivre.coop.br>\n" |
18 | 18 | "Language-Team: LANGUAGE <LL@li.org>\n" |
19 | 19 | "MIME-Version: 1.0\n" |
... | ... | @@ -5084,7 +5084,7 @@ msgid "The year must be between %d and %d" |
5084 | 5084 | msgstr "O ano precisa estar entre %d e %d" |
5085 | 5085 | |
5086 | 5086 | #: app/views/account/activation_question.rhtml:17 |
5087 | -msgid "An CNPJ have 14 digits" | |
5087 | +msgid "A CNPJ have 14 digits" | |
5088 | 5088 | msgstr "Um CNPJ tem 14 dígitos" |
5089 | 5089 | |
5090 | 5090 | #: app/views/account/activation_question.rhtml:26 | ... | ... |