Commit 92937ed69bb6eab13ef15b1a59b736c2f248473d
1 parent
bd70ef63
Exists in
master
and in
29 other branches
ActionItem3: better user documentation
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@126 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
2 changed files
with
4 additions
and
2 deletions
Show diff stats
app/views/features/_features_table.rhtml
@@ -6,6 +6,6 @@ | @@ -6,6 +6,6 @@ | ||
6 | <td><%= check_box_tag "features[#{feature}]", '1', @virtual_community.enabled?(feature) %></td> | 6 | <td><%= check_box_tag "features[#{feature}]", '1', @virtual_community.enabled?(feature) %></td> |
7 | </tr> | 7 | </tr> |
8 | <% end %> | 8 | <% end %> |
9 | - <tr><td colspan='2'><%= submit_tag %></td></tr> | 9 | + <tr><td colspan='2'><%= submit_tag _('Save changes') %></td></tr> |
10 | <% end %> | 10 | <% end %> |
11 | </table> | 11 | </table> |
app/views/features/index.rhtml
@@ -2,4 +2,6 @@ | @@ -2,4 +2,6 @@ | ||
2 | 2 | ||
3 | <%= render :partial => 'features_table' %> | 3 | <%= render :partial => 'features_table' %> |
4 | 4 | ||
5 | -<%= 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.') %> | 5 | +<%= 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. |
6 | + | ||
7 | +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.') %> |