Update perspective tool statusbar info

This commit is contained in:
manongjohn 2021-11-16 23:51:53 -05:00
parent 06fbe3a922
commit 7a963bec9e

View file

@ -344,18 +344,17 @@ std::unordered_map<std::string, QString> StatusBar::makeMap(
lMap.insert({"T_Zoom", tr("Zoom Tool: Zooms viewer")});
lMap.insert({"T_Rotate", tr("Rotate Tool: Rotate the workspace")});
lMap.insert({"T_Ruler", tr("Ruler Tool: Measures distances on the canvas")});
lMap.insert(
{"T_PerspectiveGrid",
lMap.insert({"T_PerspectiveGrid",
tr("Perspective Grid Tool: Set up perspective grids") + spacer +
tr("%1%2Move Perspective Objects")
.arg(trModKey("Shift"))
.arg(cmdTextSeparator) +
spacer +
tr("%1%2Select multiple Perspective Objects")
.arg(trModKey("Ctrl+Click/Drag"))
tr("%1%2Select/Deselect multiple; +A to Select All")
.arg(trModKey("Ctrl"))
.arg(cmdTextSeparator) +
spacer +
tr("%1%2Snap rotation & space/lock center movement to horizon")
tr("%1%2Snap rotation/space; Move center along horizon")
.arg(trModKey("Alt"))
.arg(cmdTextSeparator)});
lMap.insert(