hedgewars/uTouch.pas
changeset 11315 5b2f07e56b93
parent 11228 24bafdcf1860
child 11597 49b2dcfb89d0
--- a/hedgewars/uTouch.pas	Thu Nov 05 04:42:22 2015 +0100
+++ b/hedgewars/uTouch.pas	Sat Nov 07 13:15:06 2015 +0100
@@ -296,7 +296,7 @@
     end;
 
 if targetting then
-    AddCaption('Press the target button to mark the target', cWhiteColor, capgrpAmmoInfo);
+    AddCaption(trmsg[sidPressTarget], cWhiteColor, capgrpAmmoInfo);
 
 deleteFinger(pointerId);
 end;