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:
hjk
2022-01-03 11:22:47 +01:00
parent b55a42840b
commit 09e4e7ff28

View File

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