1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-26 16:24:35 +01:00

Fix conflicting strings (#3534)

This commit is contained in:
Matte A
2016-05-08 22:55:04 +02:00
committed by Ted John
parent 76cca7ad2e
commit c7c3923556
2 changed files with 4 additions and 4 deletions

View File

@@ -2461,9 +2461,9 @@ enum {
STR_SHORTCUT_SHOW_MULTIPLAYER = 5812,
STR_HARDWARE_DISPLAY_TIP = 5813,
STR_HARDWARE_DISPLAY_TIP = 5858,
STR_SHOW_FPS_TIP = 5815,
STR_UNCAP_FPS_TIP = 5814,
STR_UNCAP_FPS_TIP = 5859,
STR_WINDOW_SCALE_TIP = 5816,
STR_SCALE_QUALITY_TIP = 5817,
STR_USE_NN_AT_INTEGER_SCALE_TIP = 5818,