summaryrefslogtreecommitdiff
path: root/gtk2_ardour
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2015-12-01 10:31:18 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2015-12-01 10:35:37 -0500
commit931d4735bb4856c3cc8adee8814b68ce5e342e5d (patch)
treee09c62ce924adbcbb35b16ade6467c86b725779e /gtk2_ardour
parent4bd66dd17ca004892aed0d41d3af8e75c07dcf6f (diff)
tweak control surface config window title
Diffstat (limited to 'gtk2_ardour')
-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 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.