From 61a6074bec8d07b6528b85cbb45bb3be7dd6ac0b Mon Sep 17 00:00:00 2001 From: Aman Gupta Date: Sun, 2 Feb 2025 00:39:56 +0530 Subject: [PATCH] delete current tool command name corrected (#3348) --- src/config/shortcutswidget.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config/shortcutswidget.cpp b/src/config/shortcutswidget.cpp index 12938ae4..e00e5c5f 100644 --- a/src/config/shortcutswidget.cpp +++ b/src/config/shortcutswidget.cpp @@ -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