Qt: Clarify some phrasing in the menus

This commit is contained in:
Jeffrey Pfau 2014-12-21 22:24:19 -08:00
parent c91c46ce97
commit 0d4999ff33
2 changed files with 2 additions and 1 deletions

View File

@ -29,6 +29,7 @@ Misc:
- Qt: Handle a game crash without crashing
- GBA Audio: Change internal audio sample buffer from 32-bit to 16-bit samples
- Qt: Set default log level to FATAL, ERROR and WARN
- Qt: Clarify some phrasing in the menus
0.1.0: (2014-12-13)
- Initial release

View File

@ -488,7 +488,7 @@ void Window::setupMenu(QMenuBar* menubar) {
emulationMenu->addSeparator();
QAction* turbo = new QAction(tr("T&urbo"), emulationMenu);
QAction* turbo = new QAction(tr("&Fast forward"), emulationMenu);
turbo->setCheckable(true);
turbo->setChecked(false);
turbo->setShortcut(tr("Shift+Tab"));