Commit 9684e1f749a488794c9a95481583ac92c9eaf257
1 parent
f1d1facc
Exists in
master
and in
29 other branches
Changed description of environment's feature
(ActionItem2259)
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/models/environment.rb
... | ... | @@ -121,7 +121,7 @@ class Environment < ActiveRecord::Base |
121 | 121 | 'show_balloon_with_profile_links_when_clicked' => _('Show a balloon with profile links when a profile image is clicked'), |
122 | 122 | 'xmpp_chat' => _('XMPP/Jabber based chat'), |
123 | 123 | 'show_zoom_button_on_article_images' => _('Show a zoom link on all article images'), |
124 | - 'captcha_for_logged_users' => _('Ask captcha to comment for logged users too'), | |
124 | + 'captcha_for_logged_users' => _('Ask captcha when a logged user comments too'), | |
125 | 125 | } |
126 | 126 | end |
127 | 127 | ... | ... |