replace a few creeping instances of the string "Ardour" with PROGRAM_NAME
[ardour.git] / gtk2_ardour / ardour_ui.cc
index 29587092c31e875213b93d71519ffd8a41b5bc77..b46b30c27db1b3b7a2ee0ef8438db3f3e85043f6 100644 (file)
@@ -3393,7 +3393,7 @@ void
 ARDOUR_UI::stop_video_server (bool ask_confirm)
 {
        if (!video_server_process && ask_confirm) {
-               warning << _("Video-Server was not launched by Ardour. The request to stop it is ignored.") << endmsg;
+               warning << string_compose (_("Video-Server was not launched by %1. The request to stop it is ignored."), PROGRAM_NAME) << endmsg;
        }
        if (video_server_process) {
                if(ask_confirm) {