mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-26 08:14:38 +01:00
Change string ids to be consecutive
This commit is contained in:
@@ -4199,8 +4199,8 @@ STR_5887 :Prefix
|
||||
STR_5888 :Suffix
|
||||
STR_5889 :Custom currency symbol
|
||||
STR_5890 :Enter the currency symbol to display
|
||||
STR_5898 :Default
|
||||
STR_5899 :{SMALLFONT}{BLACK}Go to the default directory
|
||||
STR_5891 :Default
|
||||
STR_5892 :{SMALLFONT}{BLACK}Go to the default directory
|
||||
|
||||
#############
|
||||
# Scenarios #
|
||||
|
||||
@@ -2669,8 +2669,8 @@ enum {
|
||||
STR_CUSTOM_CURRENCY_SYMBOL_INPUT_TITLE = 5889,
|
||||
STR_CUSTOM_CURRENCY_SYMBOL_INPUT_DESC = 5890,
|
||||
|
||||
STR_LOADSAVE_DEFAULT = 5898,
|
||||
STR_LOADSAVE_DEFAULT_TIP = 5899,
|
||||
STR_LOADSAVE_DEFAULT = 5891,
|
||||
STR_LOADSAVE_DEFAULT_TIP = 5892,
|
||||
|
||||
// Have to include resource strings (from scenarios and objects) for the time being now that language is partially working
|
||||
STR_COUNT = 32768
|
||||
|
||||
Reference in New Issue
Block a user