Change message about JACK already running to be less scary
authorPaul Davis <paul@linuxaudiosystems.com>
Wed, 3 Jun 2015 17:48:43 +0000 (13:48 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Wed, 3 Jun 2015 17:48:43 +0000 (13:48 -0400)
gtk2_ardour/engine_dialog.cc

index e54829000f7a859166f85c83cf339703af64d345..78a082c238aacb7bc5756f1577c43661cbded4a6 100644 (file)
@@ -553,7 +553,7 @@ EngineControl::build_no_control_notebook ()
        vector<string> strings;
        AttachOptions xopt = AttachOptions (FILL|EXPAND);
        int row = 1; // row zero == backend combo
-       const string msg = string_compose (_("The %1 audio backend was configured and started externally.\nThis limits your control over it."), backend->name());
+       const string msg = string_compose (_("%1 is already running. %2 will connect to it and use the existing settings."), backend->name(), PROGRAM_NAME);
 
        label = manage (new Label);
        label->set_markup (string_compose ("<span weight=\"bold\" foreground=\"red\">%1</span>", msg));