diff options
author | Matthew Stewart | 2018-07-29 01:30:32 -0400 |
---|---|---|
committer | Eugene Sandulenko | 2018-08-09 08:37:30 +0200 |
commit | 1599e57dfea7e819f53758a93440f7dd13f1f73c (patch) | |
tree | 8e4c301e40c2bea00ad584dd9d5e4b33b65f5c89 | |
parent | 1c89c065082d47a56cd972984887d238ea6d03e8 (diff) | |
download | scummvm-rg350-1599e57dfea7e819f53758a93440f7dd13f1f73c.tar.gz scummvm-rg350-1599e57dfea7e819f53758a93440f7dd13f1f73c.tar.bz2 scummvm-rg350-1599e57dfea7e819f53758a93440f7dd13f1f73c.zip |
STARTREK: SINS5 text changes
-rw-r--r-- | engines/startrek/text.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/startrek/text.cpp b/engines/startrek/text.cpp index fc188b2d75..02c3c7afe2 100644 --- a/engines/startrek/text.cpp +++ b/engines/startrek/text.cpp @@ -2617,7 +2617,7 @@ extern const char *const g_gameStrings[] = { "#SIN5\\SIN5_013#All three of the computers in this room are fully operational.", "#SIN5\\SIN5_014#All readings are normal. The structure seems to be protecting us from the cosmic rays.", "#SIN5\\SIN5_015#Jim, I don't know anything about these things! Why don't you ask your science officer.", - "#SIN5\\SIN5_016#Thank goodness. I was worried that there might be a radiation leak, but there's no sign of any.", + "#SIN5\\SIN5_016#Thank goodness. I was worried there might be a radiation leak, but there's no sign of any.", // TYPO "#SIN5\\SIN5_017#We're safe from the cosmic radiation, Jim.", "#SIN5\\SIN5_018#I wish I hadn't seen any of this.", "#SIN5\\SIN5_019#There's nothing constructive about this place, Spock! It's an obscenity!", @@ -2661,7 +2661,7 @@ extern const char *const g_gameStrings[] = { "#SIN5\\SIN5N009#This computer is marked with the first letter of the Lucr alphabet.", "#SIN5\\SIN5N010#This computer is marked with the last letter of the Lucr alphabet.", "#SIN5\\SIN5N011#This door is marked with a radiation hazard symbol.", - "#SIN5\\SIN5N012#Computer consoles do not take well to phasering. Sparks explode and, in a defensive maneuver prompted by this attack from within, the base launches a full spread of nuclear missiles at the Enterprise.", + "#SIN5\\SIN5N012#Computer consoles do not take well to phasering. Sparks fly and, in a defensive maneuver prompted by this attack from within, the base launches a full spread of nuclear missiles at the Enterprise.", // TYPO "#SIN5\\SIN5N013#History will not be kind to you. Better luck next time.", |