1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-23 14:54:30 +01:00

Properly merge #1672: incorrect plural form for last inspection time, fixes #1513, closes #1672

This commit is contained in:
Matt Layher
2015-07-26 18:34:51 +02:00
committed by IntelOrca
parent 6f0ad6a916
commit 06f2adb9d6
3 changed files with 12 additions and 3 deletions

View File

@@ -1834,6 +1834,8 @@ enum {
STR_SHOW_TOOLBAR_BUTTONS_FOR = 5480,
STR_THEMES_GROUP = 5481,
STR_TIME_SINCE_LAST_INSPECTION_MINUTE = 5482,
// Have to include resource strings (from scenarios and objects) for the time being now that language is partially working
STR_COUNT = 32768
};