Valgrind: fix capitalization of Callgrind in UI text

Change-Id: I3944dc0d52d37f2cbcc2872c5566457245cf8a27
Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
Leena Miettinen
2014-03-06 14:57:35 +01:00
parent fafff16ce3
commit 0cd231a2b1

View File

@@ -678,7 +678,7 @@ QWidget *CallgrindToolPrivate::createWidgets()
action->setDisabled(true);
action->setIcon(QIcon(QLatin1String(Core::Constants::ICON_REDO)));
//action->setText(tr("Dump"));
action->setToolTip(tr("Request the dumping of profile information. This will update the callgrind visualization."));
action->setToolTip(tr("Request the dumping of profile information. This will update the Callgrind visualization."));
connect(action, SIGNAL(triggered()), this, SLOT(slotRequestDump()));
layout->addWidget(createToolButton(action));
m_dumpAction = action;