We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00a68e3 commit 093c3c7Copy full SHA for 093c3c7
src/gui/MainWindow.cpp
@@ -485,7 +485,7 @@ void MainWindow::finalize()
485
ConfigManager::inst()->value( "audioengine", "audiodev" ) ) )
486
{
487
QMessageBox::critical(nullptr, "Audio device setup failed",
488
- "Failed to setup audio device for playback. Try adjusting your audio device settings (e.g. the sample rate)");
+ tr("Failed to setup audio device for playback. Try adjusting your audio device settings (e.g. the sample rate), then restart LMMS."));
489
490
// if so, offer the audio settings section of the setup dialog
491
SetupDialog sd( SetupDialog::ConfigTab::AudioSettings );
0 commit comments