Qt: Clarify some phrasing in the menus
Jeffrey Pfau jeffrey@endrift.com
Sun, 21 Dec 2014 22:24:19 -0800
2 files changed,
2 insertions(+),
1 deletions(-)
M
CHANGES
→
CHANGES
@@ -29,6 +29,7 @@ - GBA: Exit cleanly on FATAL if the port supports it
- 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
M
src/platform/qt/Window.cpp
→
src/platform/qt/Window.cpp
@@ -488,7 +488,7 @@ emulationMenu->addAction(frameAdvance);
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"));