[Git][noosfero/noosfero][master] Article visibility options meaning are now clearer

Daniela Feitosa gitlab at mg.gitlab.com
Tue Dec 15 15:13:41 BRST 2015


Daniela Feitosa pushed to branch master at Noosfero / noosfero


Commits:
ef4af465 by Daniela Soares Feitosa at 2015-12-15T14:09:20Z
Article visibility options meaning are now clearer

- - - - -


1 changed file:

- app/helpers/article_helper.rb


Changes:

=====================================
app/helpers/article_helper.rb
=====================================
--- a/app/helpers/article_helper.rb
+++ b/app/helpers/article_helper.rb
@@ -105,7 +105,7 @@ module ArticleHelper
   end
 
   def add_option_to_followers(article, tokenized_children)
-    label_message = article.profile.organization? ? _('For all community members') : _('For all your friends')
+    label_message = _("Allow %s to view this content") % (article.profile.organization? ? _('all community members') : _('all your friends'))
 
     check_box(
       :article,
@@ -123,7 +123,7 @@ module ArticleHelper
         'div',
         content_tag(
           'label',
-          _('Fill in the search field to add the exception users to see this content'),
+          _('Allow only community members entered below to view this content'),
           :id => "text-input-search-exception-users"
         ) +
         token_input_field_tag(
@@ -132,7 +132,7 @@ module ArticleHelper
           {:action => 'search_article_privacy_exceptions'},
           {
             :focus => false,
-            :hint_text => _('Type in a search term for a user'),
+            :hint_text => _('Type in a name of a community member'),
             :pre_populate => tokenized_children
           }
         )



View it on GitLab: https://gitlab.com/noosfero/noosfero/commit/ef4af465f34062264bd969cf6fcddc28a8ed3d75
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listas.softwarelivre.org/pipermail/noosfero-dev/attachments/20151215/854f0a43/attachment-0001.html>


More information about the Noosfero-dev mailing list