From 3d5535f90d5e43804d2b505312e047a03df6e850 Mon Sep 17 00:00:00 2001 From: manongjohn <19245851+manongjohn@users.noreply.github.com> Date: Tue, 24 Oct 2023 15:48:32 -0400 Subject: [PATCH] Change "Sub-Scene Breadcrumbs" to "Sub-Scene Navigation Bar" --- toonz/sources/toonz/mainwindow.cpp | 2 +- toonz/sources/toonz/preferencespopup.cpp | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/toonz/sources/toonz/mainwindow.cpp b/toonz/sources/toonz/mainwindow.cpp index 96a1173c..ab7267dd 100644 --- a/toonz/sources/toonz/mainwindow.cpp +++ b/toonz/sources/toonz/mainwindow.cpp @@ -2482,7 +2482,7 @@ void MainWindow::defineActions() { createRightClickMenuAction(MI_ToggleQuickToolbar, QT_TR_NOOP("Toggle Quick Toolbar"), ""); createRightClickMenuAction(MI_ToggleXsheetBreadcrumbs, - QT_TR_NOOP("Toggle Sub-Scene Breadcrumbs"), ""); + QT_TR_NOOP("Toggle Sub-Scene Navigation Bar"), ""); createRightClickMenuAction(MI_ToggleXsheetCameraColumn, QT_TR_NOOP("Show/Hide Camera Column"), ""); createRightClickMenuAction(MI_SetKeyframes, QT_TR_NOOP("&Set Key"), "Z", diff --git a/toonz/sources/toonz/preferencespopup.cpp b/toonz/sources/toonz/preferencespopup.cpp index 93341f3e..8cb138df 100644 --- a/toonz/sources/toonz/preferencespopup.cpp +++ b/toonz/sources/toonz/preferencespopup.cpp @@ -1382,9 +1382,8 @@ QString PreferencesPopup::getUIString(PreferencesItemId id) { {shortcutCommandsWhileRenamingCellEnabled, tr("Enable Tahoma2D Commands' Shortcut Keys While Renaming Cell")}, {showQuickToolbar, tr("Show Quick Toolbar")}, - {showXsheetBreadcrumbs, tr("Show Sub-Scene Breadcrumbs")}, - {expandFunctionHeader, tr("Expand Function Editor Header to Match Quick " - "Toolbar/Breadcrumb Height*")}, + {showXsheetBreadcrumbs, tr("Show Sub-Scene Navigation Bar")}, + {expandFunctionHeader, tr("Expand Function Editor Header to Match Xsheet Header Height*")}, {showColumnNumbers, tr("Show Column Numbers")}, {parentColorsInXsheetColumn, tr("Show Column Parent's Color in the Xsheet")},