summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gtk2_ardour/ardour_ui.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/ardour_ui.cc b/gtk2_ardour/ardour_ui.cc
index 9d2b3860ce..1d6af7de69 100644
--- a/gtk2_ardour/ardour_ui.cc
+++ b/gtk2_ardour/ardour_ui.cc
@@ -1749,7 +1749,7 @@ ARDOUR_UI::new_session (std::string predetermined_path)
if (!engine->connected()) {
new_session_dialog->hide ();
- MessageDialog msg (_("Ardour is no longer connected to JACK. Creating a new session is not possible."));
+ MessageDialog msg (_("Ardour is not connected to JACK at this time. Creating new sessions is not possible."));
msg.run ();
return;
}