diff --git a/app/models/communities_block.rb b/app/models/communities_block.rb index 87382bc..686a0e6 100644 --- a/app/models/communities_block.rb +++ b/app/models/communities_block.rb @@ -9,7 +9,7 @@ class CommunitiesBlock < ProfileListBlock end def help - _('Here you can see the communities where this user is part.') + _('The communities in which the user is a member') end def footer diff --git a/app/models/enterprises_block.rb b/app/models/enterprises_block.rb index dee8c17..53c1471 100644 --- a/app/models/enterprises_block.rb +++ b/app/models/enterprises_block.rb @@ -5,7 +5,7 @@ class EnterprisesBlock < ProfileListBlock end def help - _('Here you can see the enterprises where this user works.') + _('The enterprises where this user works.') end def self.description diff --git a/app/models/profile_info_block.rb b/app/models/profile_info_block.rb index 6679132..5c5a429 100644 --- a/app/models/profile_info_block.rb +++ b/app/models/profile_info_block.rb @@ -5,7 +5,7 @@ class ProfileInfoBlock < Block end def help - _('Basic information about %{user}. Here you see how much time %{user} is part of the %{env} enviroment, and useful links.') % { :user => self.owner.name(), :env => self.owner.environment.name() } + _('Basic information about %{user}: how long %{user} is part of %{env} and useful links.') % { :user => self.owner.name(), :env => self.owner.environment.name() } end def content diff --git a/app/views/layouts/application.rhtml b/app/views/layouts/application.rhtml index a634b9c..2972e79 100644 --- a/app/views/layouts/application.rhtml +++ b/app/views/layouts/application.rhtml @@ -155,7 +155,7 @@ <%= _('No') %>
- <%= _('If needed, you can activate or inactivate the automatic help mode by clicking the question mark symbol in the top-right corner') %> + <%= _('If needed, you can activate or deactivate the automatic help mode by clicking the question mark symbol in the top-right corner') %> <%= javascript_include_tag 'noosfero-show-help' %> diff --git a/app/views/shared/user_menu.rhtml b/app/views/shared/user_menu.rhtml index 6113432..4d4f27d 100644 --- a/app/views/shared/user_menu.rhtml +++ b/app/views/shared/user_menu.rhtml @@ -1,5 +1,5 @@