Commit 4cd283ce16be1b6226decec275df10ff2024f776

Authored by Larissa Reis
1 parent e2a131a6

Change Period for a more explicative label

plugins/custom_forms/views/custom_forms_plugin_myprofile/_form.html.erb
... ... @@ -2,7 +2,7 @@
2 2  
3 3 <%= f.error_messages %>
4 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 6 date_range_field('form[begining]', 'form[ending]', @form.begining, @form.ending,
7 7 '%Y-%m-%d %H:%M',
8 8 { :time => true, :change_month => true, :change_year => true,
... ...
po/pt/noosfero.po
... ... @@ -11515,10 +11515,13 @@ msgid &quot;Manage forms&quot;
11515 11515 msgstr "Gerenciar formulários"
11516 11516  
11517 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 11518 msgid "Period"
11520 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 11525 #: plugins/custom_forms/views/custom_forms_plugin_myprofile/index.html.erb:8
11523 11526 msgid "Submissions"
11524 11527 msgstr "Submissões"
... ...