Commit c23734f0e233a1cc89bcb7baf7308eeaa6d57eac
1 parent
9d4e3c68
Exists in
staging
and in
42 other branches
ActionItem791: English review
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/contact/new.rhtml
@@ -12,7 +12,7 @@ | @@ -12,7 +12,7 @@ | ||
12 | <%= labelled_form_field _('City and state'), select_city(true) %> | 12 | <%= labelled_form_field _('City and state'), select_city(true) %> |
13 | <%= required f.text_field(:subject) %> | 13 | <%= required f.text_field(:subject) %> |
14 | <%= required f.text_area(:message, :rows => 10, :cols => 60) %> | 14 | <%= required f.text_area(:message, :rows => 10, :cols => 60) %> |
15 | - <%= labelled_form_field check_box(:contact, :receive_a_copy) + _('Want to receive a copy of your message in your mailbox?'), '' %> | 15 | + <%= labelled_form_field check_box(:contact, :receive_a_copy) + _('I want to receive a copy of the message in my e-mail.'), '' %> |
16 | 16 | ||
17 | <%= submit_button(:send, _('Send')) %> | 17 | <%= submit_button(:send, _('Send')) %> |
18 | 18 |