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:
parent
034c4424a8
commit
aedb93f6bc
@ -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"));
|
||||
|
Loading…
Reference in New Issue
Block a user