Mark string "Up we go..." in src/trigger/climbable.cpp as one that should be translated
authorArvid Norlander <anmaster@berlios.de>
Tue, 26 Feb 2008 19:22:42 +0000 (19:22 +0000)
committerArvid Norlander <anmaster@berlios.de>
Tue, 26 Feb 2008 19:22:42 +0000 (19:22 +0000)
SVN-Revision: 5354

src/trigger/climbable.cpp

index b2a4e49..38dbccf 100644 (file)
@@ -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();
   }
 }