From: Ben Loftis Date: Thu, 8 Jan 2015 18:23:03 +0000 (-0600) Subject: temporary fix: tell the user that region name-display requires a restart of ardour X-Git-Tag: 4.0-rc1~721 X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;h=76cd6236e1054702925a298a3494ef51e34a285d;p=ardour.git temporary fix: tell the user that region name-display requires a restart of ardour --- diff --git a/gtk2_ardour/rc_option_editor.cc b/gtk2_ardour/rc_option_editor.cc index 0940a0fdd2..358ff6e107 100644 --- a/gtk2_ardour/rc_option_editor.cc +++ b/gtk2_ardour/rc_option_editor.cc @@ -2221,7 +2221,7 @@ RCOptionEditor::RCOptionEditor () add_option (S_("Preferences|GUI"), new BoolOption ( "show-name-highlight", - _("Use name highlight bars in region displays"), + _("Use name highlight bars in region displays (requires a restart)"), sigc::mem_fun (*_ui_config, &UIConfiguration::get_show_name_highlight), sigc::mem_fun (*_ui_config, &UIConfiguration::set_show_name_highlight) ));