mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
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…
Add table
Add a link
Reference in a new issue