Forgot to make this translatable.
authorRicardo Cruz <rick2@aeiou.pt>
Wed, 15 Sep 2004 22:12:00 +0000 (22:12 +0000)
committerRicardo Cruz <rick2@aeiou.pt>
Wed, 15 Sep 2004 22:12:00 +0000 (22:12 +0000)
SVN-Revision: 1922

src/gameloop.cpp

index 25054ad..a178f49 100644 (file)
@@ -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();