diff -r 7a0a56c52fd2 -r b587cdb03bac hedgewars/uLocale.pas --- a/hedgewars/uLocale.pas Sun Jul 08 02:46:59 2018 +0200 +++ b/hedgewars/uLocale.pas Tue Jul 10 13:28:47 2018 +0200 @@ -102,6 +102,8 @@ trammod[TAmmoStrId(b)]:= s; 5: if (b >=0) and (b <= ord(High(TGoalStrId))) then trgoal[TGoalStrId(b)]:= s; + 6: if (b >=0) and (b <= ord(High(TCmdHelpStrId))) then + trcmd[TCmdHelpStrId(b)]:= s; end; end; pfsClose(f);