diff -r 4f00b08d6f1e -r c41b16ac2e05 hedgewars/uAmmos.pas --- a/hedgewars/uAmmos.pas Tue Jul 17 19:28:31 2018 +0200 +++ b/hedgewars/uAmmos.pas Tue Jul 17 19:44:29 2018 +0200 @@ -160,7 +160,7 @@ function GetAmmoByNum(num: LongInt): PHHAmmo; begin - if checkFails(num < StoreCnt, 'Invalid store number', true) then + if checkFails(num < StoreCnt, 'Invalid ammo store number', true) then GetAmmoByNum:= nil else GetAmmoByNum:= StoresList[num]