1
0
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:
Sijmen Schoon
2016-07-08 11:29:02 +02:00
parent 47d69998e7
commit 2d7cd0e719
2 changed files with 4 additions and 4 deletions

View File

@@ -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 #

View File

@@ -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