diff --git a/app/views/features/_features_table.rhtml b/app/views/features/_features_table.rhtml index 0529985..c6b0b0f 100644 --- a/app/views/features/_features_table.rhtml +++ b/app/views/features/_features_table.rhtml @@ -6,6 +6,6 @@ <%= check_box_tag "features[#{feature}]", '1', @virtual_community.enabled?(feature) %> <% end %> - <%= submit_tag %> + <%= submit_tag _('Save changes') %> <% end %> diff --git a/app/views/features/index.rhtml b/app/views/features/index.rhtml index ae32dc2..d434a8f 100644 --- a/app/views/features/index.rhtml +++ b/app/views/features/index.rhtml @@ -2,4 +2,6 @@ <%= render :partial => 'features_table' %> -<%= help_textile _('Here you can enable or disable several features of your virtual community. Each feature represents some funcionality that your virtual community can use if you enable it.') %> +<%= help_textile _('Here you can enable or disable several features of your virtual community. Each feature represents some funcionality that your virtual community can use if you enable it. + +Check all the features you want to enable for your virtual community, uncheck all the ones you don\t want, and use the \'Save changes\' button to confirm your changes.') %> -- libgit2 0.21.2