Skip to content
Snippets Groups Projects
Commit 6b6eeb87 authored by con's avatar con
Browse files

Make text consistent.

Reviewed-by: Leena Miettinen
parent 4cebb668
No related branches found
No related tags found
No related merge requests found
......@@ -209,7 +209,7 @@ bool CommandComboBox::event(QEvent *e)
if (e->type() == QEvent::ToolTip) {
const QString text = currentText();
if (const Core::Command *cmd = command(text)) {
const QString tooltip = tr("Activate %1").arg(text);
const QString tooltip = tr("Activate %1 Pane").arg(text);
setToolTip(cmd->stringWithAppendedShortcut(tooltip));
} else {
setToolTip(text);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment