# HG changeset patch # User Wuzzy # Date 1535943900 -7200 # Node ID 0e8db74ec5853344c4459af1d5fb6d45271b5679 # Parent d09366ca4d7bf984f7d95b95876bbc55f99f8bd2 Use translation template for speech bubble command diff -r d09366ca4d7b -r 0e8db74ec585 hedgewars/uGears.pas --- a/hedgewars/uGears.pas Mon Sep 03 01:48:00 2018 +0200 +++ b/hedgewars/uGears.pas Mon Sep 03 05:05:00 2018 +0200 @@ -1208,8 +1208,7 @@ Gear^.Text:= text; Gear^.FrameTicks:= x end; - //ParseCommand('/say [' + hh^.Name + '] '+text, true) - AddChatString(#9+'[' + HH^.Name + '] '+text); + AddChatString(#9+FormatA(trmsg[sidChatHog], [HH^.Name, text])); end end else if (x >= 4) then