aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/cge2/talk.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cge2/talk.cpp b/engines/cge2/talk.cpp
index 2e7f87dcca..8e5773c677 100644
--- a/engines/cge2/talk.cpp
+++ b/engines/cge2/talk.cpp
@@ -70,7 +70,7 @@ void Font::load() {
strcpy(path, "CGE.TXC");
if (!_vm->_resman->exist(path))
- error("Missing configuration file! %s", path);
+ error("Missing Color file! %s", path);
// Reading in _colorSet:
EncryptedStream colorFile(_vm, path);