Skip to content

Commit

Permalink
delete current tool command name corrected (#3348)
Browse files Browse the repository at this point in the history
  • Loading branch information
Amangupta0000 authored Feb 1, 2025
1 parent 119df55 commit 61a6074
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/config/shortcutswidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,8 @@ void ShortcutsWidget::loadShortcuts()
appendShortcut("TYPE_MOVE_UP", tr("Move selection up 1px"));
appendShortcut("TYPE_MOVE_DOWN", tr("Move selection down 1px"));
appendShortcut("TYPE_COMMIT_CURRENT_TOOL", tr("Commit text in text area"));
appendShortcut("TYPE_DELETE_CURRENT_TOOL", tr("Delete current tool"));
appendShortcut("TYPE_DELETE_CURRENT_TOOL",
tr("Delete selected drawn object"));

// non-editable shortcuts have an empty shortcut name

Expand Down

0 comments on commit 61a6074

Please sign in to comment.