Commit 4cd283ce16be1b6226decec275df10ff2024f776
1 parent
e2a131a6
Exists in
master
and in
29 other branches
Change Period for a more explicative label
Showing
2 changed files
with
5 additions
and
2 deletions
Show diff stats
plugins/custom_forms/views/custom_forms_plugin_myprofile/_form.html.erb
@@ -2,7 +2,7 @@ | @@ -2,7 +2,7 @@ | ||
2 | 2 | ||
3 | <%= f.error_messages %> | 3 | <%= f.error_messages %> |
4 | <%= required labelled_form_field _('Name'), f.text_field(:name) %> | 4 | <%= required labelled_form_field _('Name'), f.text_field(:name) %> |
5 | -<%= labelled_form_field(_('Period'), ( | 5 | +<%= labelled_form_field(_('What is the time limit for this form to be filled?'), ( |
6 | date_range_field('form[begining]', 'form[ending]', @form.begining, @form.ending, | 6 | date_range_field('form[begining]', 'form[ending]', @form.begining, @form.ending, |
7 | '%Y-%m-%d %H:%M', | 7 | '%Y-%m-%d %H:%M', |
8 | { :time => true, :change_month => true, :change_year => true, | 8 | { :time => true, :change_month => true, :change_year => true, |
po/pt/noosfero.po
@@ -11515,10 +11515,13 @@ msgid "Manage forms" | @@ -11515,10 +11515,13 @@ msgid "Manage forms" | ||
11515 | msgstr "Gerenciar formulários" | 11515 | msgstr "Gerenciar formulários" |
11516 | 11516 | ||
11517 | #: plugins/custom_forms/views/custom_forms_plugin_myprofile/index.html.erb:7 | 11517 | #: plugins/custom_forms/views/custom_forms_plugin_myprofile/index.html.erb:7 |
11518 | -#: plugins/custom_forms/views/custom_forms_plugin_myprofile/_form.html.erb:7 | ||
11519 | msgid "Period" | 11518 | msgid "Period" |
11520 | msgstr "Período" | 11519 | msgstr "Período" |
11521 | 11520 | ||
11521 | +#: plugins/custom_forms/views/custom_forms_plugin_myprofile/_form.html.erb:7 | ||
11522 | +msgid "What is the time limit for this form to be filled?" | ||
11523 | +msgstr "Qual o período limite em que esse formulário pode ser preenchido?" | ||
11524 | + | ||
11522 | #: plugins/custom_forms/views/custom_forms_plugin_myprofile/index.html.erb:8 | 11525 | #: plugins/custom_forms/views/custom_forms_plugin_myprofile/index.html.erb:8 |
11523 | msgid "Submissions" | 11526 | msgid "Submissions" |
11524 | msgstr "Submissões" | 11527 | msgstr "Submissões" |