diff -r 0e04504bc140 -r b646b3c43369 hedgewars/uConsts.pas --- a/hedgewars/uConsts.pas Sat Sep 29 16:39:21 2007 +0000 +++ b/hedgewars/uConsts.pas Sun Sep 30 13:36:32 2007 +0000 @@ -91,6 +91,7 @@ errmsgUnknownVariable = 'Unknown variable'; errmsgIncorrectUse = 'Incorrect use'; errmsgShouldntRun = 'This program shouldn''t be run manually'; + errmsgWrongNumber = 'Wrong parameters number'; msgLoading = 'Loading '; msgOK = 'ok';