Browse Source

Merge topic 'cmake-gui-T-help'

dde72ee9 cmake-gui: Clarify help string on toolset selection field
Brad King 9 years ago
parent
commit
738a182a90
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/QtDialog/FirstConfigure.cxx

+ 1 - 1
Source/QtDialog/FirstConfigure.cxx

@@ -56,7 +56,7 @@ QFrame* StartCompilerSetup::CreateToolsetWidgets()
   QVBoxLayout* l = new QVBoxLayout(frame);
   l->setContentsMargins(0, 0, 0, 0);
 
-  ToolsetLabel = new QLabel(tr("Optional toolset to use (-T parameter)"));
+  ToolsetLabel = new QLabel(tr("Optional toolset to use (argument to -T)"));
   l->addWidget(ToolsetLabel);
 
   Toolset = new QLineEdit(frame);