diff --git a/data/language/english_uk.txt b/data/language/english_uk.txt index 1ab505fb91..b954ea29b5 100644 --- a/data/language/english_uk.txt +++ b/data/language/english_uk.txt @@ -3955,6 +3955,8 @@ STR_5613 :B STR_5614 :{SMALLFONT}{BLACK}Broken flag STR_5615 :L STR_5616 :{SMALLFONT}{BLACK}Last element for tile flag +STR_5617 :{SMALLFONT}{BLACK}Move selected element up. +STR_5618 :{SMALLFONT}{BLACK}Move selected element down. ##################### # Rides/attractions # diff --git a/src/windows/tile_inspector.c b/src/windows/tile_inspector.c index 51f9b31e6a..9ba976774f 100644 --- a/src/windows/tile_inspector.c +++ b/src/windows/tile_inspector.c @@ -80,8 +80,8 @@ rct_widget window_tile_inspector_widgets[] = { // Buttons { WWT_FLATBTN, 1, BX, BW, BY, BH, SPR_MAP, STR_INSERT_CORRUPT_TIP }, // Insert corrupt button { WWT_FLATBTN, 1, BX - BS * 1, BW - BS * 1, BY, BH, SPR_DEMOLISH, 5607 }, // Remove button - { WWT_CLOSEBOX, 1, BX - BS * 2, BW - BS * 2, BY, BY + 11, 5375, 5390 }, // Move down - { WWT_CLOSEBOX, 1, BX - BS * 2, BW - BS * 2, BH - 11, BH, 5376, 5391 }, // Move up + { WWT_CLOSEBOX, 1, BX - BS * 2, BW - BS * 2, BY, BY + 11, 5375, 5617 }, // Move down + { WWT_CLOSEBOX, 1, BX - BS * 2, BW - BS * 2, BH - 11, BH, 5376, 5618 }, // Move up // Column headers { WWT_13, 1, COL_X_TYPE, COL_X_BH - 1, 42, 42 + 13, STR_NONE, STR_NONE }, // Type