From ccdb59d48bc845ac6836858a0fcf1c0a7ab8732a Mon Sep 17 00:00:00 2001 From: Sijmen Schoon Date: Mon, 11 Jul 2016 19:10:00 +0200 Subject: [PATCH] Fix sting ids --- src/localisation/string_ids.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/localisation/string_ids.h b/src/localisation/string_ids.h index 4e0171d2b4..fcaf8860c9 100644 --- a/src/localisation/string_ids.h +++ b/src/localisation/string_ids.h @@ -2671,8 +2671,9 @@ enum { STR_LOADSAVE_DEFAULT = 5891, STR_LOADSAVE_DEFAULT_TIP = 5892, - STR_FILE_DIALOG_TITLE_SAVE_TRACK = 5893, - STR_TRACK_SAVE_FAILED = 5894, + + STR_FILE_DIALOG_TITLE_SAVE_TRACK = 5895, + STR_TRACK_SAVE_FAILED = 5896, STR_RATE_INPUT_TITLE = 5893, STR_RATE_INPUT_DESC = 5894,