- <%= _(<<-CODE
-
- 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.
-
-
- This bar helps you find information following two paths or
- dimensions. First dimension are
- categories, which you'll find in the colored tabs in
- the bar. Second dimensions are content types, and
- you'll find them in the animated bar on your right.
-
- CODE
- ) % @environment.name %>
+ <%= _("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 %>
+
+ <%= _("This bar helps you find information following two paths or
dimensions. First dimension is composed of
categories, which you'll find in the colored tabs in the top. Second dimension has
content types, and you'll find them in the animated bar on your right.") % @environment.name %>