mirror of https://github.com/OpenTTD/OpenTTD
Apply suggestions from code review
Co-authored-by: Tyler Trahan <tyler@tylertrahan.com>pull/12657/head
parent
c39d3f6053
commit
546422f11d
|
@ -317,8 +317,8 @@ enum Commands : uint16_t {
|
|||
CMD_STORY_PAGE_BUTTON, ///< selection via story page button
|
||||
|
||||
CMD_LEVEL_LAND, ///< level land
|
||||
CMD_CLONE_AREA_COPY, ///< Clone land
|
||||
CMD_CLONE_AREA_PASTE, ///< Clone land
|
||||
CMD_CLONE_AREA_COPY, ///< copy land
|
||||
CMD_CLONE_AREA_PASTE, ///< paste land
|
||||
|
||||
CMD_BUILD_LOCK, ///< build a lock
|
||||
|
||||
|
|
|
@ -2966,7 +2966,7 @@ STR_LANDSCAPING_TOOLTIP_LOWER_A_CORNER_OF_LAND :{BLACK}Lower a
|
|||
STR_LANDSCAPING_TOOLTIP_RAISE_A_CORNER_OF_LAND :{BLACK}Raise a corner of land. Click+Drag to raise the first selected corner and level the selected area to the new corner height. Ctrl+Click+Drag to select the area diagonally. Also press Shift to show cost estimate only
|
||||
STR_LANDSCAPING_LEVEL_LAND_TOOLTIP :{BLACK}Level an area of land to the height of the first selected corner. Ctrl+Click+Drag to select the area diagonally. Also press Shift to show cost estimate only
|
||||
STR_LANDSCAPING_TOOLTIP_PURCHASE_LAND :{BLACK}Purchase land for future use. Ctrl+Click+Drag to select the area diagonally. Also press Shift to show cost estimate only
|
||||
STR_LANDSCAPING_TOOLTIP_CLONE_AREA_COPY :{BLACK}Copy Area
|
||||
STR_LANDSCAPING_TOOLTIP_CLONE_AREA_COPY :{BLACK}Copy an area of rail infrastructure and land. Ctrl+Click+Drag to select the area diagonally. Also press Shift to show cost estimate only
|
||||
STR_LANDSCAPING_TOOLTIP_CLONE_AREA_PASTE :{BLACK}Paste Area
|
||||
|
||||
# Object construction window
|
||||
|
@ -4973,8 +4973,8 @@ STR_ERROR_TREE_PLANT_LIMIT_REACHED :{WHITE}... tree
|
|||
STR_ERROR_NAME_MUST_BE_UNIQUE :{WHITE}Name must be unique
|
||||
STR_ERROR_GENERIC_OBJECT_IN_THE_WAY :{WHITE}{1:STRING} in the way
|
||||
STR_ERROR_NOT_ALLOWED_WHILE_PAUSED :{WHITE}Not allowed while paused
|
||||
STR_ERROR_CAN_T_CLONE_AREA_COPY :{WHITE}Can't Copy this area...
|
||||
STR_ERROR_CAN_T_CLONE_AREA_PASTE :{WHITE}Can't Paste this area...
|
||||
STR_ERROR_CAN_T_CLONE_AREA_COPY :{WHITE}Can't copy this area...
|
||||
STR_ERROR_CAN_T_CLONE_AREA_PASTE :{WHITE}Can't paste this area...
|
||||
|
||||
# Local authority errors
|
||||
STR_ERROR_LOCAL_AUTHORITY_REFUSES_TO_ALLOW_THIS :{WHITE}{TOWN} local authority refuses to allow this
|
||||
|
|
Loading…
Reference in New Issue