aboutsummaryrefslogtreecommitdiff
path: root/devtools/create_supernova2/gametext.h
diff options
context:
space:
mode:
authorJaromir Wysoglad2019-06-21 22:20:53 +0200
committerThierry Crozat2019-07-28 15:09:14 +0100
commitd1edf0e467c48ec78866453a977e05657cf09f10 (patch)
treeb8899fcb4dd58c0617b11ea028e4b9c383c5eccf /devtools/create_supernova2/gametext.h
parent33d7391f4a3cd5ee457e29eef0072634cbda8922 (diff)
downloadscummvm-rg350-d1edf0e467c48ec78866453a977e05657cf09f10.tar.gz
scummvm-rg350-d1edf0e467c48ec78866453a977e05657cf09f10.tar.bz2
scummvm-rg350-d1edf0e467c48ec78866453a977e05657cf09f10.zip
SUPERNOVA: Reorder strings in devtools
Diffstat (limited to 'devtools/create_supernova2/gametext.h')
-rw-r--r--devtools/create_supernova2/gametext.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/devtools/create_supernova2/gametext.h b/devtools/create_supernova2/gametext.h
index 8fd05a76d0..f71c21b35c 100644
--- a/devtools/create_supernova2/gametext.h
+++ b/devtools/create_supernova2/gametext.h
@@ -48,7 +48,6 @@ const char *gameText[] = {
"Rede", //Talk
"Gib", //Give
// 10
-"Gespr\204ch beenden", //End of conversation
"Gehe zu ", //Go to
"Schau ", //Look at
"Nimm ", //Take
@@ -63,6 +62,9 @@ const char *gameText[] = {
"Gib ", //Give
" an ", // to
" mit ", // with
+"Es ist nichts Besonderes daran.", //There's nothing special about it.
+"|", //Dialog separator
+"Gespr\204ch beenden", //End of conversation
"Laden", //Load
"Speichern", //Save
// 25
@@ -249,7 +251,6 @@ const char *gameText[] = {
"Hmm, die Kugel sieht lose aus.", //Hmm, the ball looks loose.
"Auge", //Eye
"Irgendwas stimmt damit nicht.", //Something is wrong with that.
-"Es ist nichts Besonderes daran.", //There's nothing special about it.
"Sieht nach Metall aus.", //It looks like metal.
// 180
"Ein Taxi kommt angerauscht,|du steigst ein.", //A taxi arrives, and you get in.
@@ -776,7 +777,6 @@ const char *gameText[] = {
"Sieht gef\204hrlich aus!", //Looks dangerous
"Das Auge ist schon offen.", //This Eye is already opened
"Es gelingt dir, zu fliehen.", //You manage to escape
-"|", //Dialog separator
NULL
};