From 92937ed69bb6eab13ef15b1a59b736c2f248473d Mon Sep 17 00:00:00 2001 From: AntonioTerceiro Date: Mon, 23 Jul 2007 20:43:17 +0000 Subject: [PATCH] ActionItem3: better user documentation --- app/views/features/_features_table.rhtml | 2 +- app/views/features/index.rhtml | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) 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