summaryrefslogtreecommitdiff
path: root/src/plugins/qmlprofiler
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2011-04-14 20:32:13 +0200
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2011-04-18 14:10:11 +0200
commit9beb7afbe87ea369c45c4c2ec3501e4471b9d2f8 (patch)
treef31c7b798005a5c3296ae6d582de818bd9cce549 /src/plugins/qmlprofiler
parentd1539ebbc42e81a523d07844a480c59b18f03087 (diff)
downloadqt-creator-9beb7afbe87ea369c45c4c2ec3501e4471b9d2f8.tar.gz
GUI style fixes: spaces before ellipses and excess ellipses
Diffstat (limited to 'src/plugins/qmlprofiler')
-rw-r--r--src/plugins/qmlprofiler/qmlprofilertool.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/qmlprofiler/qmlprofilertool.cpp b/src/plugins/qmlprofiler/qmlprofilertool.cpp
index 4f38503a3e..81acdbdf6f 100644
--- a/src/plugins/qmlprofiler/qmlprofilertool.cpp
+++ b/src/plugins/qmlprofiler/qmlprofilertool.cpp
@@ -229,7 +229,7 @@ void QmlProfilerTool::initialize(ExtensionSystem::IPlugin * /*plugin*/)
Core::ActionContainer *manalyzer = am->actionContainer(Analyzer::Constants::M_DEBUG_ANALYZER);
const Core::Context globalcontext(Core::Constants::C_GLOBAL);
- d->m_attachAction = new QAction(tr("Attach ..."), manalyzer);
+ d->m_attachAction = new QAction(tr("Attach..."), manalyzer);
Core::Command *command = am->registerAction(d->m_attachAction,
Constants::ATTACH, globalcontext);
command->setAttribute(Core::Command::CA_UpdateText);