Skip to content

Commit 61a6074

Browse files
delete current tool command name corrected (#3348)
1 parent 119df55 commit 61a6074

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/config/shortcutswidget.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,8 @@ void ShortcutsWidget::loadShortcuts()
190190
appendShortcut("TYPE_MOVE_UP", tr("Move selection up 1px"));
191191
appendShortcut("TYPE_MOVE_DOWN", tr("Move selection down 1px"));
192192
appendShortcut("TYPE_COMMIT_CURRENT_TOOL", tr("Commit text in text area"));
193-
appendShortcut("TYPE_DELETE_CURRENT_TOOL", tr("Delete current tool"));
193+
appendShortcut("TYPE_DELETE_CURRENT_TOOL",
194+
tr("Delete selected drawn object"));
194195

195196
// non-editable shortcuts have an empty shortcut name
196197

0 commit comments

Comments
 (0)