"cockatrice/git@gitlab.completext.com:quzar/Cockatrice.git" did not exist on "830a4c2f565542099607eb2d9684d0508b08de4a"
Commit ce42d56a authored by Zach H's avatar Zach H
Browse files

add shortcut for filter delete

parent f199e207
......@@ -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:"));
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment