summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTaybin Rutkin <taybin@taybin.com>2007-03-09 01:06:26 +0000
committerTaybin Rutkin <taybin@taybin.com>2007-03-09 01:06:26 +0000
commite497c6ef12b37759f9e82d3a58d5b2d5768154a9 (patch)
tree7bc72575cd83661c939df5c5325037fd69fd6cdf
parent6e35c117c1d41be5e605406e5996e27eea7494e8 (diff)
Merged lines for better translation.
git-svn-id: svn://localhost/ardour2/trunk@1563 d708f5d6-7413-0410-9779-e7cbd77b26cf
-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;
}