add shortcut for filter delete
This commit is contained in:
parent
f199e20740
commit
ce42d56a2d
1 changed files with 1 additions and 0 deletions
|
@ -323,6 +323,7 @@ void TabDeckEditor::retranslateUi()
|
|||
filterBox->setTitle(tr("Filters"));
|
||||
aClearFilterAll->setText(tr("&Clear all filters"));
|
||||
aClearFilterOne->setText(tr("Delete selected"));
|
||||
aClearFilterOne->setShortcut(QKeySequence("Backspace"));
|
||||
|
||||
nameLabel->setText(tr("Deck &name:"));
|
||||
commentsLabel->setText(tr("&Comments:"));
|
||||
|
|
Loading…
Reference in a new issue