Use "Arrangement" in GUI instead of Section

Reserve Section for time-selection without track selection
This commit is contained in:
Robin Gareus 2023-08-28 21:02:43 +02:00
parent 498c113750
commit 2f6a0abf04
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
16 changed files with 37 additions and 33 deletions

View file

@ -339,7 +339,7 @@ Editor::Editor ()
, range_mark_label (_("Range Markers"))
, transport_mark_label (_("Loop/Punch Ranges"))
, cd_mark_label (_("CD Markers"))
, section_mark_label (_("Sections"))
, section_mark_label (_("Arrangement"))
, cue_mark_label (_("Cue Markers"))
, videotl_label (_("Video Timeline"))
, videotl_group (0)
@ -703,7 +703,7 @@ Editor::Editor ()
add_notebook_page (_("Sources"), _sources->widget ());
add_notebook_page (_("Regions"), _regions->widget ());
add_notebook_page (_("Clips"), _trigger_clip_picker);
add_notebook_page (_("Sections"), _sections->widget ());
add_notebook_page (_("Arrangement"), _sections->widget ());
add_notebook_page (_("Snapshots"), _snapshots->widget ());
add_notebook_page (_("Track & Bus Groups"), _route_groups->widget ());
add_notebook_page (_("Ranges & Marks"), _locations->widget ());