mirror of https://github.com/mgba-emu/mgba.git
Qt: Clarify some phrasing in the menus
This commit is contained in:
parent
c91c46ce97
commit
0d4999ff33
1
CHANGES
1
CHANGES
|
@ -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
|
||||
|
|
|
@ -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"));
|
||||
|
|
Loading…
Reference in New Issue