diff --git a/plugins/comment_paragraph/views/comment_paragraph_plugin_admin/index.html.erb b/plugins/comment_paragraph/views/comment_paragraph_plugin_admin/index.html.erb
index a0caac0..d0637dd 100644
--- a/plugins/comment_paragraph/views/comment_paragraph_plugin_admin/index.html.erb
+++ b/plugins/comment_paragraph/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