Commit 4cedf95784e1401805a10894a795064b131dd655

Authored by Antonio Terceiro
1 parent 5db07b8d

ActionItem1163: shouldn't use _N() here

Showing 1 changed file with 8 additions and 8 deletions   Show diff stats
app/models/environment.rb
... ... @@ -122,14 +122,14 @@ class Environment < ActiveRecord::Base
122 122 'select_preferred_domain' => _('Select preferred domains per profile'),
123 123 'display_wizard_signup' => _('Display wizard signup'),
124 124 'use_portal_community' => _('Use the portal as news source for front page'),
125   - 'user_themes' => N_('Allow users to create their own themes'),
126   - 'search_in_home' => N_("Display search form in home page"),
127   -
128   - 'cant_change_homepage' => N_("Don't allow users to change which article to use as homepage"),
129   - 'display_header_footer_explanation' => N_("Display explanation about header and footer"),
130   - 'articles_dont_accept_comments_by_default' => N_("Articles don't accept comments by default"),
131   - 'organizations_are_moderated_by_default' => N_("Organizations have moderated publication by default"),
132   - 'enable_organization_url_change' => N_("Allow organizations to change their address"),
  125 + 'user_themes' => _('Allow users to create their own themes'),
  126 + 'search_in_home' => _("Display search form in home page"),
  127 +
  128 + 'cant_change_homepage' => _("Don't allow users to change which article to use as homepage"),
  129 + 'display_header_footer_explanation' => _("Display explanation about header and footer"),
  130 + 'articles_dont_accept_comments_by_default' => _("Articles don't accept comments by default"),
  131 + 'organizations_are_moderated_by_default' => _("Organizations have moderated publication by default"),
  132 + 'enable_organization_url_change' => _("Allow organizations to change their address"),
133 133 }
134 134 end
135 135  
... ...