summaryrefslogtreecommitdiff
path: root/gtk2_ardour/rc_option_editor.cc
diff options
context:
space:
mode:
authorBen Loftis <ben@harrisonconsoles.com>2019-03-12 12:28:39 -0500
committerBen Loftis <ben@harrisonconsoles.com>2019-03-12 12:28:39 -0500
commit57d3514946555aa25d381bbf23e65553607612e0 (patch)
tree7d72ebf9181e55a146d7c4f64ad0064dca2ba06c /gtk2_ardour/rc_option_editor.cc
parent1ab383d43e6483fa3ee5b3c799072c8a457c492b (diff)
Another fix for region-equivalency pref.
Diffstat (limited to 'gtk2_ardour/rc_option_editor.cc')
-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 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<RegionEquivalence> *eqv = new ComboOption<RegionEquivalence> (
- "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)