1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-22 14:24:33 +01:00

fix recent messages toolbar tooltip

This commit is contained in:
danidoedel
2015-08-04 17:56:12 +02:00
parent 2419c6629e
commit 1fc7c0ecac
3 changed files with 4 additions and 1 deletions

View File

@@ -1829,6 +1829,8 @@ enum {
STR_LAND_TOOL_SIZE_VALUE = 5486,
STR_SHOW_RECENT_MESSAGES_TIP = 5487,
// Have to include resource strings (from scenarios and objects) for the time being now that language is partially working
STR_COUNT = 32768
};