Skip to content

Commit

Permalink
fixup! Skins: update tooltips with keyboard shortcuts when shortcuts …
Browse files Browse the repository at this point in the history
…are toggled or mapping file changed
  • Loading branch information
ronso0 committed Oct 13, 2024
1 parent d715454 commit 36c8a49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/keyboard/keyboardeventfilter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ const QString KeyboardEventFilter::buildShortcutString(
.toString(QKeySequence::NativeText);

QString shortcutTooltip;
shortcutTooltip += QObject::tr("Shortcut");
shortcutTooltip += tr("Shortcut");
if (!cmd.isEmpty()) {
shortcutTooltip += " ";
shortcutTooltip += cmd;
Expand Down

0 comments on commit 36c8a49

Please sign in to comment.