[Git][noosfero/noosfero][master] Replace interpolation by full strings

Daniela Feitosa gitlab at mg.gitlab.com
Tue Dec 15 22:50:28 BRST 2015


Daniela Feitosa pushed to branch master at Noosfero / noosfero


Commits:
d9561154 by Daniela Soares Feitosa at 2015-12-15T21:42:55Z
Replace interpolation by full strings

- - - - -


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 = _("Allow %s to view this content") % (article.profile.organization? ? _('all community members') : _('all your friends'))
+    label_message = article.profile.organization? ? _('Allow all community members to view this content') : _('Allow all your friends to view this content')
 
     check_box(
       :article,



View it on GitLab: https://gitlab.com/noosfero/noosfero/commit/d9561154087742a2d20d219cc5a1fdc6003f2272
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listas.softwarelivre.org/pipermail/noosfero-dev/attachments/20151216/ee79df10/attachment.html>


More information about the Noosfero-dev mailing list