Skip to content

Commit 093c3c7

Browse files
sakertoothmessmerd
andauthored
Make load device message translatable, add clarity
Co-authored-by: Dalton Messmer <[email protected]>
1 parent 00a68e3 commit 093c3c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gui/MainWindow.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ void MainWindow::finalize()
485485
ConfigManager::inst()->value( "audioengine", "audiodev" ) ) )
486486
{
487487
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)");
488+
tr("Failed to setup audio device for playback. Try adjusting your audio device settings (e.g. the sample rate), then restart LMMS."));
489489

490490
// if so, offer the audio settings section of the setup dialog
491491
SetupDialog sd( SetupDialog::ConfigTab::AudioSettings );

0 commit comments

Comments
 (0)