From 7fef56554d708fb5fb66d25d408c5f7f5d2db214 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 30 May 2019 11:46:11 -0600 Subject: [PATCH] change name of action from "Smart Object Mode" to "Smart Mode" for consistency --- gtk2_ardour/editor_actions.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/editor_actions.cc b/gtk2_ardour/editor_actions.cc index 463708fce0..b01e26f7af 100644 --- a/gtk2_ardour/editor_actions.cc +++ b/gtk2_ardour/editor_actions.cc @@ -481,7 +481,7 @@ Editor::register_actions () Glib::RefPtr mouse_mode_actions = ActionManager::create_action_group (bindings, X_("MouseMode")); RadioAction::Group mouse_mode_group; - act = ActionManager::register_toggle_action (mouse_mode_actions, "set-mouse-mode-object-range", _("Smart Object Mode"), sigc::mem_fun (*this, &Editor::mouse_mode_object_range_toggled)); + act = ActionManager::register_toggle_action (mouse_mode_actions, "set-mouse-mode-object-range", _("Smart Mode"), sigc::mem_fun (*this, &Editor::mouse_mode_object_range_toggled)); smart_mode_action = Glib::RefPtr::cast_static (act); smart_mode_button.set_related_action (smart_mode_action); smart_mode_button.set_text (_("Smart"));