From 06525fc83bfa398ae5ccb45caf9e43e96b352dab Mon Sep 17 00:00:00 2001 From: Robert Jordan Date: Sun, 14 Jun 2015 14:51:24 -0400 Subject: [PATCH] Removed duplicate strings --- data/language/english_uk.txt | 8 +------- src/windows/editor_object_selection.c | 12 ++++++------ 2 files changed, 7 insertions(+), 13 deletions(-) diff --git a/data/language/english_uk.txt b/data/language/english_uk.txt index 323c2e331c..379cf6b46c 100644 --- a/data/language/english_uk.txt +++ b/data/language/english_uk.txt @@ -3682,10 +3682,4 @@ STR_5345 :Financial cheats STR_5346 :Guest cheats STR_5347 :Ride cheats STR_5348 :Park cheats -STR_5349 :{SMALLFONT}{BLACK}All Rides -STR_5350 :{SMALLFONT}{BLACK}Transport Rides -STR_5351 :{SMALLFONT}{BLACK}Gentle Rides -STR_5352 :{SMALLFONT}{BLACK}Roller Coasters -STR_5353 :{SMALLFONT}{BLACK}Thrill Rides -STR_5354 :{SMALLFONT}{BLACK}Water Rides -STR_5355 :{SMALLFONT}{BLACK}Shops & Stalls \ No newline at end of file +STR_5349 :{SMALLFONT}{BLACK}All Rides \ No newline at end of file diff --git a/src/windows/editor_object_selection.c b/src/windows/editor_object_selection.c index 20abdeafa7..6697ec28cc 100644 --- a/src/windows/editor_object_selection.c +++ b/src/windows/editor_object_selection.c @@ -137,12 +137,12 @@ static rct_widget window_editor_object_selection_widgets[] = { { WWT_DROPDOWN_BUTTON, 1, 218, 287, 46, 57, 5277, STR_NONE }, { WWT_RESIZE, 1, 3, 287, 73, 76, 0xFFFFFFFF, STR_NONE }, { WWT_TAB, 1, 3, 33, 47, 73, 0x2000144E, 5349 }, - { WWT_TAB, 1, 34, 64, 47, 73, 0x2000144E, 5350 }, - { WWT_TAB, 1, 65, 95, 47, 73, 0x2000144E, 5351 }, - { WWT_TAB, 1, 96, 126, 47, 73, 0x2000144E, 5352 }, - { WWT_TAB, 1, 127, 157, 47, 73, 0x2000144E, 5353 }, - { WWT_TAB, 1, 158, 188, 47, 73, 0x2000144E, 5354 }, - { WWT_TAB, 1, 189, 219, 47, 73, 0x2000144E, 5355 }, + { WWT_TAB, 1, 34, 64, 47, 73, 0x2000144E, 1223 }, + { WWT_TAB, 1, 65, 95, 47, 73, 0x2000144E, 1224 }, + { WWT_TAB, 1, 96, 126, 47, 73, 0x2000144E, 1225 }, + { WWT_TAB, 1, 127, 157, 47, 73, 0x2000144E, 1226 }, + { WWT_TAB, 1, 158, 188, 47, 73, 0x2000144E, 1227 }, + { WWT_TAB, 1, 189, 219, 47, 73, 0x2000144E, 1228 }, { WIDGETS_END } };