Change "Sub-Scene Breadcrumbs" to "Sub-Scene Navigation Bar"

This commit is contained in:
manongjohn 2023-10-24 15:48:32 -04:00
parent b9d027c281
commit 3d5535f90d
2 changed files with 3 additions and 4 deletions

View file

@ -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",

View file

@ -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")},