diff --git a/gtk2_ardour/rc_option_editor.cc b/gtk2_ardour/rc_option_editor.cc index 8c9554955c..756252f348 100644 --- a/gtk2_ardour/rc_option_editor.cc +++ b/gtk2_ardour/rc_option_editor.cc @@ -2448,7 +2448,7 @@ RCOptionEditor::RCOptionEditor () add_option (_("Editor"), fadeshape); ComboOption *eqv = new ComboOption ( - "region-equivalence", + "region-equivalency", _("Regions in active edit groups are edited together"), sigc::mem_fun (*_rc_config, &RCConfiguration::get_region_equivalence), sigc::mem_fun (*_rc_config, &RCConfiguration::set_region_equivalence)