[Super-tux-commit] supertux/src gameloop.cpp,1.178,1.179
Brought to you by:
wkendrick
From: Ricardo C. <rm...@us...> - 2004-09-15 22:12:12
|
Update of /cvsroot/super-tux/supertux/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28065/src Modified Files: gameloop.cpp Log Message: Forgot to make this translatable. Index: gameloop.cpp =================================================================== RCS file: /cvsroot/super-tux/supertux/src/gameloop.cpp,v retrieving revision 1.178 retrieving revision 1.179 diff -u -d -r1.178 -r1.179 --- gameloop.cpp 15 Sep 2004 21:59:30 -0000 1.178 +++ gameloop.cpp 15 Sep 2004 22:12:00 -0000 1.179 @@ -194,7 +194,7 @@ 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(); |