Merge pull request #1230 from ZeldaZach/fix_97
add shortcut for filter delete
This commit is contained in:
commit
091ca9fc12
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