diff --git a/data/language/en-GB.txt b/data/language/en-GB.txt index 00060b5a10..cee3042192 100644 --- a/data/language/en-GB.txt +++ b/data/language/en-GB.txt @@ -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 # diff --git a/src/localisation/string_ids.h b/src/localisation/string_ids.h index 1bb0692228..3e2ba714f0 100644 --- a/src/localisation/string_ids.h +++ b/src/localisation/string_ids.h @@ -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