mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-19 13:05:45 -04:00
Qt: Update German translation and register widget help (based on the new UI) (#1544)
* Update duckstation-qt_de.ts * Update biossettingswidget.cpp * Update emulationsettingswidget.cpp * Update advancedsettingswidget.cpp * Update displaysettingswidget.cpp
This commit is contained in:
@ -96,6 +96,8 @@ BIOSSettingsWidget::BIOSSettingsWidget(QtHostInterface* host_interface, QWidget*
|
||||
dialog->registerWidgetHelp(m_ui.fastBoot, tr("Fast Boot"), tr("Unchecked"),
|
||||
tr("Patches the BIOS to skip the console's boot animation. Does not work with all games, "
|
||||
"but usually safe to enabled."));
|
||||
dialog->registerWidgetHelp(m_ui.enableTTYOutput, tr("Enable TTY Output"), tr("Unchecked"),
|
||||
tr("Patches the BIOS to log calls to printf(). Only use when debugging, can break games."));
|
||||
|
||||
refreshList();
|
||||
|
||||
|
Reference in New Issue
Block a user