hedgewars/uLocale.pas
changeset 13457 b587cdb03bac
parent 13157 c5453cbdeb87
child 13832 10a3b80130b5
--- 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);