From bc6b0fec0104acd79841606d04784c11fe226453 Mon Sep 17 00:00:00 2001 From: Victor Costa Date: Tue, 27 Jan 2015 15:59:49 -0300 Subject: [PATCH] comment_paragraph: improve admin view --- views/comment_paragraph_plugin_admin/index.html.erb | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/views/comment_paragraph_plugin_admin/index.html.erb b/views/comment_paragraph_plugin_admin/index.html.erb index a0caac0..d0637dd 100644 --- a/views/comment_paragraph_plugin_admin/index.html.erb +++ b/views/comment_paragraph_plugin_admin/index.html.erb @@ -6,10 +6,14 @@

<%= _('Activation Mode') %>

- <%= f.radio_button(:activation_mode, 'auto') %> <%= _('Auto') %> + <%= f.radio_button(:activation_mode, 'auto') %> + <%= _('Auto') %> + <%= _('(all text articles will be activated by default)') %>
-
- <%= f.radio_button(:activation_mode, 'manual') %> <%= _('Manual') %> +
+ <%= f.radio_button(:activation_mode, 'manual') %> + <%= _('Manual') %> + <%= _('(click on "Activate Comment Paragraph" )') %>
-- libgit2 0.21.2