diff -r 7e90d5856d56 -r e167cfdf6e80 hedgewars/uCommandHandlers.pas --- a/hedgewars/uCommandHandlers.pas Tue Oct 28 10:27:35 2014 -0400 +++ b/hedgewars/uCommandHandlers.pas Thu Oct 30 15:09:49 2014 -0400 @@ -580,12 +580,12 @@ if autoCameraOn then begin FollowGear:= nil; - AddCaption(ansistring('Auto Camera Off'), $CCCCCC, capgrpVolume); + AddCaption(trmsg[sidAutoCameraOff], $CCCCCC, capgrpVolume); autoCameraOn:= false end else begin - AddCaption(ansistring('Auto Camera On'), $CCCCCC, capgrpVolume); + AddCaption(trmsg[sidAutoCameraOn], $CCCCCC, capgrpVolume); bShowFinger:= true; if not CurrentHedgehog^.Unplaced then FollowGear:= CurrentHedgehog^.Gear;