summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-03-31 04:16:00 +0200
committerRobin Gareus <robin@gareus.org>2015-03-31 04:16:24 +0200
commitfa57422ee2fbdbf4d34a1b6121c2b776c9a07f8a (patch)
tree8d17951571749ea8c62549676b196001c27abacd /gtk2_ardour/ardour_ui.cc
parent28730b4939774a7956411bfe3e28ae53f1c44008 (diff)
remove linux specific menu reference (sorry translators)
Diffstat (limited to 'gtk2_ardour/ardour_ui.cc')
-rw-r--r--gtk2_ardour/ardour_ui.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/ardour_ui.cc b/gtk2_ardour/ardour_ui.cc
index d4f696c3ee..5d1da0dfcd 100644
--- a/gtk2_ardour/ardour_ui.cc
+++ b/gtk2_ardour/ardour_ui.cc
@@ -3678,7 +3678,7 @@ ARDOUR_UI::start_video_server (Gtk::Window* float_window, bool popup_msg)
int firsttime = 0;
while (!ARDOUR_UI::instance()->video_timeline->check_server()) {
if (firsttime++) {
- warning << _("Could not connect to the Video Server. Start it or configure its access URL in Edit -> Preferences.") << endmsg;
+ warning << _("Could not connect to the Video Server. Start it or configure its access URL in Preferences.") << endmsg;
}
VideoServerDialog *video_server_dialog = new VideoServerDialog (_session);
if (float_window) {
@@ -3783,7 +3783,7 @@ ARDOUR_UI::add_video (Gtk::Window* float_window)
}
if (!start_video_server(float_window, false)) {
- warning << _("Could not connect to the Video Server. Start it or configure its access URL in Edit -> Preferences.") << endmsg;
+ warning << _("Could not connect to the Video Server. Start it or configure its access URL in Preferences.") << endmsg;
return;
}