Merge pull request #966 from ZeldaZach/remove_unnecessary_tr

Fixing Shortcuts; Fix #476
This commit is contained in:
ctrlaltca 2015-04-16 08:12:26 +02:00
commit 997ca87377
7 changed files with 49 additions and 49 deletions

View file

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