mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-30 23:50:19 -07:00
Merge pull request #1222 from Fizztastic/fix_740
Added 2 shortcuts to game deck screen
This commit is contained in:
@@ -124,8 +124,10 @@ DeckViewContainer::DeckViewContainer(int _playerId, TabGame *parent)
|
||||
|
||||
void DeckViewContainer::retranslateUi()
|
||||
{
|
||||
loadLocalButton->setText(tr("Load &local deck"));
|
||||
loadRemoteButton->setText(tr("Load d&eck from server"));
|
||||
loadLocalButton->setText(tr("Load local deck"));
|
||||
loadLocalButton->setShortcut(QKeySequence("Ctrl+O"));
|
||||
loadRemoteButton->setText(tr("Load deck from server"));
|
||||
loadRemoteButton->setShortcut(QKeySequence("Ctrl+Alt+O"));
|
||||
readyStartButton->setText(tr("Ready to s&tart"));
|
||||
updateSideboardLockButtonText();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user