From cbe71501f90610cd71270de965afe8540d03c793 Mon Sep 17 00:00:00 2001 From: James Brown Date: Sat, 5 Jul 2003 11:25:12 +0000 Subject: Note spare strings in the custom string resource table. svn-id: r8772 --- scumm/dialogs.cpp | 41 ++++++++++++++++++++--------------------- 1 file changed, 20 insertions(+), 21 deletions(-) (limited to 'scumm') diff --git a/scumm/dialogs.cpp b/scumm/dialogs.cpp index 6747dd5cbc..d21defda32 100644 --- a/scumm/dialogs.cpp +++ b/scumm/dialogs.cpp @@ -64,28 +64,27 @@ static const char* string_map_table_custom[] = { "Sound", //5 "Keys", //6 "About", //7 - "Pocket ScummVM", //8 - "Build " SCUMMVM_VERSION " (" SCUMMVM_CVS ")", //9 - "ScummVM http://www.scummvm.org", //10 - "All games (c) LucasArts", //11 - "Quit", //12 - "Pause", //13 - "Save", //14 - "Skip", //15 - "Hide", //16 - "Options", //17 - "Misc", //18 + "Pocket ScummVM", //8 + "This space intentionally left blank", //9 SPARE + "Do you have a monkey in your pocket?", //10 SPARE + "", //11 SPARE + "Quit", //12 + "Pause", //13 + "Save", //14 + "Skip", //15 + "Hide", //16 + "Options", //17 + "Misc", //18 "Show speech subtitles", //19 - "Amiga palette conversion", //20 - "Except:", //21 - "Simon the Sorcerer (c) Adventuresoft", //22 - "Close", //23 - - "Map", //24 - "Choose an action to map", //25 - "Press the key to associate", //26 - "Please select an action", //27 - "Help" //28 + "Amiga palette conversion", //20 + "If you can read this,", //21 SPARE + "you don't need glasses", //22 SPARE + "Close", //23 + "Map", //24 + "Choose an action to map", //25 + "Press the key to associate", //26 + "Please select an action", //27 + "Help" //28 }; #ifdef __PALM_OS__ -- cgit v1.2.3