# HG changeset patch # User Chris Cannam # Date 1311239576 -3600 # Node ID 083182cde1c776bf7b34a99e57816fbeaacdc210 # Parent 9a7006ebfc564516e773a281f56cf581d707c012 Textual changes only diff -r 9a7006ebfc56 -r 083182cde1c7 main/MainWindow.cpp --- a/main/MainWindow.cpp Thu Jul 21 09:58:12 2011 +0100 +++ b/main/MainWindow.cpp Thu Jul 21 10:12:56 2011 +0100 @@ -740,13 +740,13 @@ m_viewToolBar = addToolBar(tr("View Toolbar")); - m_keyReference->setCategory(tr("User Interface design")); + m_keyReference->setCategory(tr("Display Features")); QIcon icon = il.load("toggle16"); icon.addPixmap(il.loadPixmap("toggle22")); action = new QAction(icon,tr("Minimal Mode"), this); action->setShortcut(tr("C")); - action->setStatusTip(tr("Activates the Minimal Mode")); + action->setStatusTip(tr("Switch between minimal and full view modes")); connect(action, SIGNAL(triggered()), this, SLOT(toggleViewMode())); action->setCheckable(true);