Qt: Translate default value for latency

This commit is contained in:
Stenzek 2023-08-20 20:48:52 +10:00
parent d09e5051ca
commit bfa792ddbf
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ AudioSettingsWidget::AudioSettingsWidget(SettingsDialog* dialog, QWidget* parent
"lowest latency, if you encounter issues, try the SDL backend. The null backend disables all host audio "
"output."));
dialog->registerWidgetHelp(
m_ui.outputLatencyMS, tr("Output Latency"), QStringLiteral("50 ms"),
m_ui.outputLatencyMS, tr("Output Latency"), tr("50 ms"),
tr("The buffer size determines the size of the chunks of audio which will be pulled by the "
"host. Smaller values reduce the output latency, but may cause hitches if the emulation "
"speed is inconsistent. Note that the Cubeb backend uses smaller chunks regardless of "