changeset 462:083182cde1c7 toggle

Textual changes only
author Chris Cannam
date Thu, 21 Jul 2011 10:12:56 +0100
parents 9a7006ebfc56
children af0a2d9ece0c
files main/MainWindow.cpp
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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);