Commit 337bab418e7655c9095482c0796a8fa50c5517df

Authored by AntonioTerceiro
1 parent eed24ff4

ActionItem154: minor typing fix


git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1391 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/layouts/application.rhtml
... ... @@ -75,7 +75,7 @@
75 75  
76 76 <div id="noosfero_bar" help="#noosfero_bar_help">
77 77 <div id="noosfero_bar_help" style="display:none">
78   - <%= _("This is %s's shortcuts bar. Using it you have access to the main features of the environment and you find the information of your interest more quickly.") % @environment.name %>
  78 + <%= _("This is %s's shortcuts bar. Using it you have access to the main features of the environment and you find the information of your interest more quickly.") % @environment.name %>
79 79 <p/>
80 80 <%= _("This bar helps you find information following two paths or <strong>dimensions</strong>. First dimension is composed of <em>categories</em>, which you'll find in the colored tabs in the top. Second dimension has <em>content types</em>, and you'll find them in the animated bar on your right.") % @environment.name %>
81 81 </div>
... ...