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,20 +344,19 @@ std::unordered_map<std::string, QString> StatusBar::makeMap(
lMap.insert({"T_Zoom", tr("Zoom Tool: Zooms viewer")}); lMap.insert({"T_Zoom", tr("Zoom Tool: Zooms viewer")});
lMap.insert({"T_Rotate", tr("Rotate Tool: Rotate the workspace")}); 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_Ruler", tr("Ruler Tool: Measures distances on the canvas")});
lMap.insert( lMap.insert({"T_PerspectiveGrid",
{"T_PerspectiveGrid", tr("Perspective Grid Tool: Set up perspective grids") + spacer +
tr("Perspective Grid Tool: Set up perspective grids") + spacer + tr("%1%2Move Perspective Objects")
tr("%1%2Move Perspective Objects") .arg(trModKey("Shift"))
.arg(trModKey("Shift")) .arg(cmdTextSeparator) +
.arg(cmdTextSeparator) + spacer +
spacer + tr("%1%2Select/Deselect multiple; +A to Select All")
tr("%1%2Select multiple Perspective Objects") .arg(trModKey("Ctrl"))
.arg(trModKey("Ctrl+Click/Drag")) .arg(cmdTextSeparator) +
.arg(cmdTextSeparator) + spacer +
spacer + tr("%1%2Snap rotation/space; Move center along horizon")
tr("%1%2Snap rotation & space/lock center movement to horizon") .arg(trModKey("Alt"))
.arg(trModKey("Alt")) .arg(cmdTextSeparator)});
.arg(cmdTextSeparator)});
lMap.insert( lMap.insert(
{"T_Finger", tr("Finger Tool: Smudges small areas to cover with line")}); {"T_Finger", tr("Finger Tool: Smudges small areas to cover with line")});
lMap.insert({"T_Dummy", tr("This tool doesn't work on this layer type.")}); lMap.insert({"T_Dummy", tr("This tool doesn't work on this layer type.")});