From 9c82cf4844130c32e5d25d958e47d829149c1a84 Mon Sep 17 00:00:00 2001 From: Strangerke Date: Wed, 19 Feb 2014 21:42:38 +0100 Subject: TEENAGENT: Some British to American English --- engines/teenagent/callbacks.cpp | 2 +- engines/teenagent/resources.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'engines') diff --git a/engines/teenagent/callbacks.cpp b/engines/teenagent/callbacks.cpp index 3f77673144..74d3d7d56d 100644 --- a/engines/teenagent/callbacks.cpp +++ b/engines/teenagent/callbacks.cpp @@ -4624,7 +4624,7 @@ bool TeenAgentEngine::processCallback(uint16 addr) { SET_FLAG(dsAddr_mansionVCRPlayedTapeBeforeFlag, 1); } } else - displayMessage(dsAddr_tvOffMsg); // "I just realised that the TV is off" + displayMessage(dsAddr_tvOffMsg); // "I just realized that the TV is off" } else { SET_FLAG(dsAddr_mansionVCRPlayingTapeFlag, 0); if (CHECK_FLAG(dsAddr_mansionTVOnFlag, 1)) { diff --git a/engines/teenagent/resources.h b/engines/teenagent/resources.h index d2b4874042..2cdc070a87 100644 --- a/engines/teenagent/resources.h +++ b/engines/teenagent/resources.h @@ -495,7 +495,7 @@ const uint16 dsAddr_noDepraveMsg = 0x4d02; // "Nah, I don't want to deprave the // No Read Again Message : 0x4d2a to 0x4d5a const uint16 dsAddr_noReadAgainMsg = 0x4d2a; // "I don't want to read it again. I might like it." // TV Off Message : 0x4d5b to 0x4d7f -const uint16 dsAddr_tvOffMsg = 0x4d5b; // "I just realised that the TV is off" +const uint16 dsAddr_tvOffMsg = 0x4d5b; // "I just realized that the TV is off" // Not Happen Message : 0x4d80 to 0x4d92 const uint16 dsAddr_NotHappenMsg = 0x4d80; // "Nothing happened" // Tape Started Message : 0x4d93 to 0x4da5 -- cgit v1.2.3