aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm
diff options
context:
space:
mode:
authorThierry Crozat2011-04-22 19:57:33 +0100
committerThierry Crozat2011-04-22 20:01:53 +0100
commit44c1d3822239376deca8a41bf33b184553bce9d8 (patch)
tree4687e0bfc2ead6000464dc5b283c46840aaa49bc /engines/scumm
parent6e94f26208f959e340f82052b8849958f97d64bb (diff)
downloadscummvm-rg350-44c1d3822239376deca8a41bf33b184553bce9d8.tar.gz
scummvm-rg350-44c1d3822239376deca8a41bf33b184553bce9d8.tar.bz2
scummvm-rg350-44c1d3822239376deca8a41bf33b184553bce9d8.zip
DOTT: MM message can now be translated.
Diffstat (limited to 'engines/scumm')
-rw-r--r--engines/scumm/scumm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/scumm/scumm.cpp b/engines/scumm/scumm.cpp
index 67c535690b..7108aabd21 100644
--- a/engines/scumm/scumm.cpp
+++ b/engines/scumm/scumm.cpp
@@ -2494,7 +2494,7 @@ void ScummEngine_v90he::runBootscript() {
void ScummEngine::startManiac() {
debug(0, "stub startManiac()");
- displayMessage(0, "Usually, Maniac Mansion would start now. But ScummVM doesn't do that yet. To play it, go to 'Add Game' in the ScummVM start menu and select the 'Maniac' directory inside the Tentacle game directory.");
+ displayMessage(0, _("Usually, Maniac Mansion would start now. But ScummVM doesn't do that yet. To play it, go to 'Add Game' in the ScummVM start menu and select the 'Maniac' directory inside the Tentacle game directory."));
}
#pragma mark -