delete current tool command name corrected (#3348)

This commit is contained in:
Aman Gupta
2025-02-02 00:39:56 +05:30
committed by GitHub
parent 119df557f5
commit 61a6074bec

View File

@@ -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