remove linux specific menu reference (sorry translators)

This commit is contained in:
Robin Gareus
2015-03-31 04:16:00 +02:00
parent 28730b4939
commit fa57422ee2

View File

@@ -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;
}