--- a/hedgewars/uStore.pas Thu Nov 11 10:51:38 2010 -0500
+++ b/hedgewars/uStore.pas Thu Nov 11 11:04:24 2010 -0500
@@ -1545,7 +1545,7 @@
extra:= trmsg[sidNotYetAvailable];
extracolor:= LongInt($ffc77070);
end
-else if (Ammoz[atype].Ammo.Propz and ammoprop_NoRoundEndHint) <> 0 then // weapon or utility won't end your turn
+else if (Ammoz[atype].Ammo.Propz and ammoprop_NoRoundEnd) <> 0 then // weapon or utility won't end your turn
begin
extra:= trmsg[sidNoEndTurn];
extracolor:= LongInt($ff70c770);