diff -r 3c3dc6a148ca -r d74e0e914b50 hedgewars/uTeams.pas --- a/hedgewars/uTeams.pas Thu Jul 20 20:11:32 2006 +0000 +++ b/hedgewars/uTeams.pas Fri Jul 21 20:37:44 2006 +0000 @@ -238,7 +238,7 @@ if Count <> AMMO_INFINITE then s:= s + ' (' + IntToStr(Count) + ')'; if (Propz and ammoprop_Timerable) <> 0 then - s:= s + ', ' + inttostr(Timer div 1000) + ' sec'; + s:= s + ', ' + inttostr(Timer div 1000) + ' ' + trmsg[sidSeconds]; AddCaption(s, Team.Color, capgrpAmmoinfo); if (Propz and ammoprop_NeedTarget) <> 0 then begin