GUI style fixes: spaces before ellipses and excess ellipses

This commit is contained in:
Oswald Buddenhagen
2011-04-14 20:32:13 +02:00
parent d1539ebbc4
commit 9beb7afbe8
6 changed files with 9 additions and 9 deletions

View File

@@ -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);