# HG changeset patch # User Mads Kiilerich # Date 2013-01-30 19:30:37 # Node ID 171ec11e94316aba9706859e92fc6f539bba4394 # Parent e267b8e91db35f492fa7a23905d344e8cf7c41f7 top menu: make 'alt' texts / tool tips more descriptive diff --git a/rhodecode/templates/base/base.html b/rhodecode/templates/base/base.html --- a/rhodecode/templates/base/base.html +++ b/rhodecode/templates/base/base.html @@ -164,7 +164,7 @@ %if current not in ['home','admin', 'search', 'journal']: ##REGULAR MENU
  • - + ${_('Summary')} @@ -172,7 +172,7 @@
  • - + ${_('Changelog')} @@ -191,7 +191,7 @@
  • - + ${_('Files')} @@ -295,7 +295,7 @@ ##ROOT MENU %if c.rhodecode_user.username != 'default':
  • - + ${_('Journal')} @@ -313,7 +313,7 @@
  • %endif
  • - + ${_('Search')}