RobWatlingSF / hedgewars

Automatically exported from code.google.com/p/hedgewars
GNU General Public License v2.0
0 stars 0 forks source link

Disabled time box has misleading description text #971

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Start a game with at least one time box in it
2. Play until sudden deah (the time box now becomes disabled because of that)
3. Read the description of time box

What is the expected output? What do you see instead?
The description says "This weapon or utility is not yet available!". This is 
not exactly correct, because the time box was available before. The text should 
instead say something like "This weapon or utility is not available anymore!".

It looks like this is the same string used for delayed weapons; I think it 
would be cleaner to create two seperate strings instead, one for time box, one 
for the delayed weapons.

What version of the product are you using? On what operating system?
0.9.21 on GNU/Linux.

Original issue reported on code.google.com by almikes@aol.com on 8 Aug 2015 at 1:36