@@ -85,56 +85,56 @@ ExtraTexture=ToolIcons/frameworkmode.png
8585$X =getRight(btnFrameworkMode) + HORIZONTAL_SPACING
8686$Y =getY(btnPlaceWaypoint)
8787$Width =getWidth(btnPlaceWaypoint)
88- $ToolTip =Toggle 2D Mode
88+ $ToolTip =translate( Toggle 2D Mode)
8989ExtraTexture =ToolIcons/2dmode.png
9090
9191[btnRaiseGround]
9292$X =getRight(btn2DMode) + (HORIZONTAL_SPACING * 2)
9393$Y =getY(btnPlaceWaypoint)
9494$Width =getWidth(btnPlaceWaypoint)
95- $ToolTip =Raise Ground (Non-Steep Ramps / FinalSun Mode)
95+ $ToolTip =translate( Raise Ground (Non-Steep Ramps / FinalSun Mode) )
9696ExtraTexture =ToolIcons/raiseground.png
9797
9898[btnLowerGround]
9999$X =getRight(btnRaiseGround) + HORIZONTAL_SPACING
100100$Y =getY(btnPlaceWaypoint)
101101$Width =getWidth(btnPlaceWaypoint)
102- $ToolTip =Lower Ground (Non-Steep Ramps / FinalSun Mode)
102+ $ToolTip =translate( Lower Ground (Non-Steep Ramps / FinalSun Mode) )
103103ExtraTexture =ToolIcons/lowerground.png
104104
105105[btnRaiseGroundSteep]
106106$X =getRight(btnLowerGround) + HORIZONTAL_SPACING
107107$Y =getY(btnPlaceWaypoint)
108108$Width =getWidth(btnPlaceWaypoint)
109- $ToolTip =Raise Ground (Steep Ramps)
109+ $ToolTip =translate( Raise Ground (Steep Ramps) )
110110ExtraTexture =ToolIcons/raiseground_steep.png
111111
112112[btnLowerGroundSteep]
113113$X =getRight(btnRaiseGroundSteep) + HORIZONTAL_SPACING
114114$Y =getY(btnPlaceWaypoint)
115115$Width =getWidth(btnPlaceWaypoint)
116- $ToolTip =Lower Ground (Steep Ramps)
116+ $ToolTip =translate( Lower Ground (Steep Ramps) )
117117ExtraTexture =ToolIcons/lowerground_steep.png
118118
119119[btnRaiseCells]
120120$X =getRight(btnLowerGroundSteep) + HORIZONTAL_SPACING
121121$Y =getY(btnPlaceWaypoint)
122122$Width =getWidth(btnPlaceWaypoint)
123- $ToolTip =Raise Individual Cells
123+ $ToolTip =translate( Raise Individual Cells)
124124ExtraTexture =ToolIcons/raisecells.png
125125
126126[btnLowerCells]
127127$X =getRight(btnRaiseCells) + HORIZONTAL_SPACING
128128$Y =getY(btnPlaceWaypoint)
129129$Width =getWidth(btnPlaceWaypoint)
130- $ToolTip =Lower Individual Cells
130+ $ToolTip =translate( Lower Individual Cells)
131131ExtraTexture =ToolIcons/lowercells.png
132132
133133[btnFlattenGround]
134134$X =getRight(btnLowerCells) + HORIZONTAL_SPACING
135135$Y =getY(btnPlaceWaypoint)
136136$Width =getWidth(btnPlaceWaypoint)
137- $ToolTip =Flatten Ground
137+ $ToolTip =translate( Flatten Ground)
138138ExtraTexture =ToolIcons/flattenground.png
139139
140140[btnGenerateTerrain]
0 commit comments