aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/glk_api.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/glk_api.cpp')
-rw-r--r--engines/glk/glk_api.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/glk/glk_api.cpp b/engines/glk/glk_api.cpp
index 2a5fd11958..19f8aef99f 100644
--- a/engines/glk/glk_api.cpp
+++ b/engines/glk/glk_api.cpp
@@ -30,7 +30,7 @@
#include "glk/window_graphics.h"
#include "glk/window_text_buffer.h"
#include "glk/window_pair.h"
-
+#include "common/translation.h"
namespace Glk {
@@ -59,7 +59,7 @@ GlkAPI::GlkAPI(OSystem *syst, const GlkGameDescription &gameDesc) :
}
void GlkAPI::glk_exit(void) {
- glk_put_string("[ press any key to exit ]");
+ glk_put_string(_("[ press any key to exit ]"));
_events->waitForPress();
// Trigger a ScumMVM shutdown of game