mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-11 00:24:47 -07:00
apply QKeySequence & remove unnecessary tr
This commit is contained in:
parent
f79d0666e3
commit
9be29641b0
7 changed files with 49 additions and 49 deletions
|
|
@ -307,7 +307,7 @@ void MainWindow::retranslateUi()
|
|||
aWatchReplay->setText(tr("&Watch replay..."));
|
||||
aDeckEditor->setText(tr("&Deck editor"));
|
||||
aFullScreen->setText(tr("&Full screen"));
|
||||
aFullScreen->setShortcut(tr("Ctrl+F"));
|
||||
aFullScreen->setShortcut(QKeySequence("Ctrl+F"));
|
||||
aSettings->setText(tr("&Settings..."));
|
||||
aExit->setText(tr("&Exit"));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue