Commit d9561154087742a2d20d219cc5a1fdc6003f2272
1 parent
cf372b23
Exists in
master
and in
18 other branches
Replace interpolation by full strings
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/helpers/article_helper.rb
... | ... | @@ -105,7 +105,7 @@ module ArticleHelper |
105 | 105 | end |
106 | 106 | |
107 | 107 | def add_option_to_followers(article, tokenized_children) |
108 | - label_message = _("Allow %s to view this content") % (article.profile.organization? ? _('all community members') : _('all your friends')) | |
108 | + label_message = article.profile.organization? ? _('Allow all community members to view this content') : _('Allow all your friends to view this content') | |
109 | 109 | |
110 | 110 | check_box( |
111 | 111 | :article, | ... | ... |
-
mentioned in commit 294428897a9a4601591d66815fcad243580bff6b