13
0

Disambiguate "Views" -> "Editor Views"

In other NLE's, a View often incorporates window layout
In Ardour, a View is just the zoom/scroll state of the canvas
This commit is contained in:
Ben Loftis 2021-07-23 13:29:53 -05:00
parent 034c4424a8
commit aedb93f6bc

View File

@ -162,7 +162,7 @@ Editor::register_actions ()
ActionManager::register_action (editor_menu_actions, X_("RegionEditOps"), _("Region operations"));
ActionManager::register_action (editor_menu_actions, X_("RegionGainMenu"), _("Gain"));
ActionManager::register_action (editor_menu_actions, X_("RulerMenu"), _("Rulers"));
ActionManager::register_action (editor_menu_actions, X_("SavedViewMenu"), _("Views"));
ActionManager::register_action (editor_menu_actions, X_("SavedViewMenu"), _("Editor Views"));
ActionManager::register_action (editor_menu_actions, X_("ScrollMenu"), _("Scroll"));
ActionManager::register_action (editor_menu_actions, X_("SecondaryClockMenu"), _("Secondary Clock"));
ActionManager::register_action (editor_menu_actions, X_("Select"), _("Select"));