diff -r cb0191394133 -r 007813b81f1b hedgewars/uCommandHandlers.pas --- a/hedgewars/uCommandHandlers.pas Wed Aug 08 13:34:39 2018 +0200 +++ b/hedgewars/uCommandHandlers.pas Wed Aug 08 14:10:32 2018 +0200 @@ -610,12 +610,12 @@ if autoCameraOn then begin FollowGear:= nil; - AddCaption(trmsg[sidAutoCameraOff], $CCCCCC, capgrpVolume); + AddCaption(trmsg[sidAutoCameraOff], cLightGrayColor, capgrpVolume); autoCameraOn:= false end else begin - AddCaption(trmsg[sidAutoCameraOn], $CCCCCC, capgrpVolume); + AddCaption(trmsg[sidAutoCameraOn], cLightGrayColor, capgrpVolume); bShowFinger:= true; if not CurrentHedgehog^.Unplaced then FollowGear:= CurrentHedgehog^.Gear;