From 1ca1a53080379b163326955d3c4ee9f49f71c2ee Mon Sep 17 00:00:00 2001 From: Ricardo Cruz Date: Wed, 15 Sep 2004 22:12:00 +0000 Subject: [PATCH] Forgot to make this translatable. SVN-Revision: 1922 --- src/gameloop.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gameloop.cpp b/src/gameloop.cpp index 25054ade2..a178f4906 100644 --- a/src/gameloop.cpp +++ b/src/gameloop.cpp @@ -194,7 +194,7 @@ GameSession::levelintro(void) Vector(0, 310), LAYER_FOREGROUND1); if(best_level_statistics != NULL) - best_level_statistics->draw_message_info(context, "Best Level Statistics"); + best_level_statistics->draw_message_info(context, _("Best Level Statistics")); context.do_drawing(); -- 2.11.0