We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 119df55 commit 61a6074Copy full SHA for 61a6074
src/config/shortcutswidget.cpp
@@ -190,7 +190,8 @@ void ShortcutsWidget::loadShortcuts()
190
appendShortcut("TYPE_MOVE_UP", tr("Move selection up 1px"));
191
appendShortcut("TYPE_MOVE_DOWN", tr("Move selection down 1px"));
192
appendShortcut("TYPE_COMMIT_CURRENT_TOOL", tr("Commit text in text area"));
193
- appendShortcut("TYPE_DELETE_CURRENT_TOOL", tr("Delete current tool"));
+ appendShortcut("TYPE_DELETE_CURRENT_TOOL",
194
+ tr("Delete selected drawn object"));
195
196
// non-editable shortcuts have an empty shortcut name
197
0 commit comments