temporary fix: tell the user that region name-display requires a restart of ardour
authorBen Loftis <ben@harrisonconsoles.com>
Thu, 8 Jan 2015 18:23:03 +0000 (12:23 -0600)
committerBen Loftis <ben@harrisonconsoles.com>
Thu, 8 Jan 2015 22:00:49 +0000 (16:00 -0600)
gtk2_ardour/rc_option_editor.cc

index 0940a0fdd2f80c83653cf75ac811c1de8c4766c1..358ff6e1071d0fcb466a9e55bbc74c1367363c9b 100644 (file)
@@ -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)
                     ));