Consistent dialog title (match "Show Protocol Settings" button)
authorRobin Gareus <robin@gareus.org>
Sun, 19 Feb 2017 16:14:59 +0000 (17:14 +0100)
committerRobin Gareus <robin@gareus.org>
Sun, 19 Feb 2017 16:14:59 +0000 (17:14 +0100)
gtk2_ardour/rc_option_editor.cc

index 95828f1b5988d9a988be9b6a8abaa5104a118be1..856297d48fbd6c92fd9e039ce7466ccc5b642ff5 100644 (file)
@@ -1462,7 +1462,7 @@ class ControlSurfacesOptions : public OptionEditorMiniPage
                         * tear_down_gui() hides an deletes the Window if it exists.
                         */
                        ArdourWindow* win = new ArdourWindow (*((Gtk::Window*) _view.get_toplevel()), title.get_string());
-                       win->set_title ("Control Protocol Options");
+                       win->set_title (_("Control Protocol Settings"));
                        win->add (*box);
                        box->show ();
                        win->present ();