From 32fc7a81c5857e60e354edd2b7c15938e79a1afd Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 10 Apr 2014 10:21:47 -0400 Subject: [PATCH] clean up use of JACK name in messages --- gtk2_ardour/ardour_ui.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gtk2_ardour/ardour_ui.cc b/gtk2_ardour/ardour_ui.cc index 1a029f8831..eebe272c15 100644 --- a/gtk2_ardour/ardour_ui.cc +++ b/gtk2_ardour/ardour_ui.cc @@ -1656,10 +1656,10 @@ ARDOUR_UI::session_add_mixed_track (const ChanCount& input, const ChanCount& out catch (...) { MessageDialog msg (*editor, - string_compose (_("There are insufficient JACK ports available\n\ + string_compose (_("There are insufficient ports available\n\ to create a new track or bus.\n\ You should save %1, exit and\n\ -restart JACK with more ports."), PROGRAM_NAME)); +restart with more ports."), PROGRAM_NAME)); msg.run (); } } @@ -1717,10 +1717,10 @@ ARDOUR_UI::session_add_audio_route ( catch (...) { MessageDialog msg (*editor, - string_compose (_("There are insufficient JACK ports available\n\ + string_compose (_("There are insufficient ports available\n\ to create a new track or bus.\n\ You should save %1, exit and\n\ -restart JACK with more ports."), PROGRAM_NAME)); +restart with more ports."), PROGRAM_NAME)); pop_back_splash (msg); msg.run (); }