Use the word Remove consistently for the remove regions
[ardour.git] / gtk2_ardour / editor_actions.cc
index 2898ea966be4d65a9940067a1a67a85f8d086228..abf61f868baa034234ff20adcafb8a752c97a034 100644 (file)
@@ -583,7 +583,7 @@ Editor::register_actions ()
        ActionManager::register_radio_action (rl_actions, sort_type_group, X_("SortBySourceFilesystem"),  _("By Source Filesystem"),
                        sigc::bind (sigc::mem_fun (*_regions, &EditorRegions::reset_sort_type), BySourceFileFS, false));
 
-       ActionManager::register_action (rl_actions, X_("removeUnusedRegions"), _("Delete Unused"), sigc::mem_fun(*_regions, &EditorRegions::delete_unused_regions));
+       ActionManager::register_action (rl_actions, X_("removeUnusedRegions"), _("Remove Unused"), sigc::mem_fun (*_regions, &EditorRegions::remove_unused_regions));
 
        /* the next two are duplicate items with different names for use in two different contexts */