Merge pull request #1230 from ZeldaZach/fix_97

add shortcut for filter delete
This commit is contained in:
Zach 2015-07-08 18:11:08 -04:00
commit 091ca9fc12

View file

@ -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:"));