You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: menue/editormenue.cpp
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -114,6 +114,7 @@ EditorMenue::EditorMenue()
114
114
m_Topbar->addItem(tr("Rotate map X 90°"), "ROTATEX90", 1, tr("Rotates the upper left quarter into the upper right quarter of the map and rotates the lower right quarter into the lower left quarter of the map "));
115
115
m_Topbar->addItem(tr("Rotate map Y 180°"), "ROTATEY", 1, tr("Flips and rotates the map at the y-axis. Using the top half of the map. The bottom half of the map is changed."));
116
116
m_Topbar->addItem(tr("Rotate map Y 90°"), "ROTATEY90", 1, tr("Rotates the upper left quarter into the lower left quarter of the map and rotates the lower right quarter into the upper right quarter of the map "));
117
+
m_Topbar->addItem(tr("Rotate map 90°"), "ROTATE90", 1, tr("Rotates the upper left quarter into all other quarters."));
117
118
m_Topbar->addItem(tr("Random map"), "RANDOMMAP", 1, tr("Creates a new random map."));
118
119
m_Topbar->addItem(tr("Toggle grid ") + SelectKey::getKeycodeText(Settings::getInstance()->getKey_toggleGridLayout()), "TOGGLEGRID", 1, tr("Shows or hides a grid layout."));
119
120
m_Topbar->addItem(tr("Toggle cross Strg+M"), "TOGGLEMIDDLECROSS", 1, tr("Shows or hides the cross marking the middle of the map."));
spDialogRandomMap pDialogRandomMap = MemoryManagement::create<DialogRandomMap>(tr("Do you want to create a random map and discard all current changes?"));
0 commit comments