Commit add53fc4699bc41af12cad5f64981dcab9178b8e
1 parent
d0a2109a
Exists in
master
and in
22 other branches
ActionItem3: fixing help string
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@123 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
1 additions
and
3 deletions
Show diff stats
app/views/features/index.rhtml
... | ... | @@ -2,6 +2,4 @@ |
2 | 2 | |
3 | 3 | <%= render :partial => 'features_table' %> |
4 | 4 | |
5 | -<%= help_textile _(' | |
6 | -Here you can enable or disable several features of your virtual community. Each feature represents some funcionality that your virtual community can use you enable it. | |
7 | -') %> | |
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 you enable it.') %> | ... | ... |