aboutsummaryrefslogtreecommitdiff
path: root/engines/pegasus
diff options
context:
space:
mode:
authorBen Castricum2014-06-28 12:08:47 +0200
committerThierry Crozat2014-08-16 12:45:02 +0100
commit4cd06dcab74d7c5e049d9b68ad16caeb73298070 (patch)
tree9603963d3cf3be7137db117243a73589881610a1 /engines/pegasus
parent8586271f9a81f8c8d57f9ad055a4c9afef5628cb (diff)
downloadscummvm-rg350-4cd06dcab74d7c5e049d9b68ad16caeb73298070.tar.gz
scummvm-rg350-4cd06dcab74d7c5e049d9b68ad16caeb73298070.tar.bz2
scummvm-rg350-4cd06dcab74d7c5e049d9b68ad16caeb73298070.zip
PEGASUS: Don't try to translate "???"
Diffstat (limited to 'engines/pegasus')
-rw-r--r--engines/pegasus/pegasus.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/pegasus/pegasus.cpp b/engines/pegasus/pegasus.cpp
index 0010180d8d..0c8ea2e4ee 100644
--- a/engines/pegasus/pegasus.cpp
+++ b/engines/pegasus/pegasus.cpp
@@ -2514,7 +2514,7 @@ void PegasusEngine::initKeymap() {
{ Common::KEYCODE_t, "TMA", _("Toggle Center Data Display") },
{ Common::KEYCODE_i, "TIN", _("Display/Hide Info Screen") },
{ Common::KEYCODE_ESCAPE, "PM", _("Display/Hide Pause Menu") },
- { Common::KEYCODE_e, "WTF", _("???") } // easter egg key (without being completely upfront about it)
+ { Common::KEYCODE_e, "WTF", "???" } // easter egg key (without being completely upfront about it)
};
for (uint i = 0; i < ARRAYSIZE(keyActionEntries); i++) {