From 931d4735bb4856c3cc8adee8814b68ce5e342e5d Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 1 Dec 2015 10:31:18 -0500 Subject: [PATCH] tweak control surface config window title --- gtk2_ardour/rc_option_editor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/rc_option_editor.cc b/gtk2_ardour/rc_option_editor.cc index 1a393449d4..bb6d1dd190 100644 --- a/gtk2_ardour/rc_option_editor.cc +++ b/gtk2_ardour/rc_option_editor.cc @@ -1411,7 +1411,7 @@ private: } WindowTitle title (Glib::get_application_name()); title += row[_model.name]; - title += _(": Configuration"); + title += _("Configuration"); /* once created, the window is managed by the surface itself (as ->get_parent()) * Surface's tear_down_gui() is called on session close, when de-activating * or re-initializing a surface.