From: Ricardo Cruz Date: Wed, 15 Sep 2004 22:12:00 +0000 (+0000) Subject: Forgot to make this translatable. X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=1ca1a53080379b163326955d3c4ee9f49f71c2ee;p=supertux.git Forgot to make this translatable. SVN-Revision: 1922 --- 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();