forked from qt-creator/qt-creator
Debugger: Use Book case for start action
Re-using the tooltip gets capitalization wrong... Change-Id: Id9a5147a5be8e7c20a8b82d108dbec092799a48c Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
This commit is contained in:
@@ -1415,7 +1415,7 @@ void DebuggerPluginPrivate::updatePresetState()
|
|||||||
canRun ? tr("Start debugging of startup project") : whyNot;
|
canRun ? tr("Start debugging of startup project") : whyNot;
|
||||||
|
|
||||||
m_startAction.setToolTip(startToolTip);
|
m_startAction.setToolTip(startToolTip);
|
||||||
m_startAction.setText(canRun ? startToolTip : tr("Start Debugging"));
|
m_startAction.setText(tr("Start Debugging of Startup Project"));
|
||||||
|
|
||||||
if (!currentEngine) {
|
if (!currentEngine) {
|
||||||
// No engine running -- or -- we have a running engine but it does not
|
// No engine running -- or -- we have a running engine but it does not
|
||||||
|
|||||||
Reference in New Issue
Block a user