tweak control surface config window title

This commit is contained in:
Paul Davis 2015-12-01 10:31:18 -05:00
parent 4bd66dd17c
commit 931d4735bb

View file

@ -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.