summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-02-19 17:14:59 +0100
committerRobin Gareus <robin@gareus.org>2017-02-19 17:14:59 +0100
commit94ec54a3c4b8fe3cba165c92829cb2063f5a3c81 (patch)
treeacffed7386afee012082176f6d96bcd630379c60
parent13b1b607b56b556a036b6ca8ba8d080b7a7afc77 (diff)
Consistent dialog title (match "Show Protocol Settings" button)
-rw-r--r--gtk2_ardour/rc_option_editor.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/rc_option_editor.cc b/gtk2_ardour/rc_option_editor.cc
index 95828f1b59..856297d48f 100644
--- a/gtk2_ardour/rc_option_editor.cc
+++ b/gtk2_ardour/rc_option_editor.cc
@@ -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 ();