13
0

be (more) professional

This commit is contained in:
Paul Davis 2022-11-19 22:25:03 -07:00
parent d757fd5506
commit 8468607a37

View File

@ -532,7 +532,7 @@ ARDOUR_UI::sfsm_response (StartupFSM::Result r)
PROGRAM_NAME,
str.str()));
ArdourMessageDialog d (msg, true);
d.set_title (_("Hmm. Not Good"));
d.set_title (string_compose (_("%1: Unrecoverable Error"), PROGRAM_NAME));
d.run();
queue_finish ();