projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd62842
)
Mark string "Up we go..." in src/trigger/climbable.cpp as one that should be translated
author
Arvid Norlander
<anmaster@berlios.de>
Tue, 26 Feb 2008 19:22:42 +0000
(19:22 +0000)
committer
Arvid Norlander
<anmaster@berlios.de>
Tue, 26 Feb 2008 19:22:42 +0000
(19:22 +0000)
SVN-Revision: 5354
src/trigger/climbable.cpp
patch
|
blob
|
history
diff --git
a/src/trigger/climbable.cpp
b/src/trigger/climbable.cpp
index
b2a4e49
..
38dbccf
100644
(file)
--- a/
src/trigger/climbable.cpp
+++ b/
src/trigger/climbable.cpp
@@
-94,7
+94,7
@@
Climbable::draw(DrawingContext& context)
context.push_transform();
context.set_translation(Vector(0, 0));
Vector pos = Vector(0, SCREEN_HEIGHT/2 - gold_text->get_height()/2);
- context.draw_center_text(gold_text,
"Up we go..."
, pos, LAYER_GUI);
+ context.draw_center_text(gold_text,
_("Up we go...")
, pos, LAYER_GUI);
context.pop_transform();
}
}