mirror of
https://github.com/fergalmoran/flameshot.git
synced 2026-05-20 12:57:51 +00:00
delete current tool command name corrected (#3348)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user