projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0acb7e4
)
Forgot to make this translatable.
author
Ricardo Cruz
<rick2@aeiou.pt>
Wed, 15 Sep 2004 22:12:00 +0000
(22:12 +0000)
committer
Ricardo Cruz
<rick2@aeiou.pt>
Wed, 15 Sep 2004 22:12:00 +0000
(22:12 +0000)
SVN-Revision: 1922
src/gameloop.cpp
patch
|
blob
|
history
diff --git
a/src/gameloop.cpp
b/src/gameloop.cpp
index
25054ad
..
a178f49
100644
(file)
--- 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();