Converted some hyphen-minus signs...

...(hopefully all of the ones that are being used as minus signs) to
Unicode minus signs for the sake of consistency.
This commit is contained in:
Steven Panek 2010-05-11 23:53:25 +00:00
parent a99a048839
commit 8920c6ce2b
2 changed files with 5 additions and 5 deletions

View file

@ -272,8 +272,8 @@ If a strike is determined to hit, it will always do at least 1 point of damage.
id=time_of_day
title= _ "Time of Day"
text= _"The time of day affects the damage of certain units as follows:
Lawful units get +25% damage in daytime, and -25% damage at night.
Chaotic units get +25% damage at night, and -25% in daytime.
Lawful units get +25% damage in daytime, and 25% damage at night.
Chaotic units get +25% damage at night, and 25% in daytime.
Neutral units are unaffected by the time of day." + _"
The current time of day can be observed under the minimap in the status pane. For the usual day/night cycle, Morning and Afternoon count as day, First and Second Watch count as night:
@ -453,7 +453,7 @@ Dim is a trait all too common in goblins and other lesser species. There are rea
[topic]
id=traits_slow
title= _"Slow"
text= _"Slow units have -1 movement but 5% more hitpoints." + _"
text= _"Slow units have 1 movement but 5% more hitpoints." + _"
Thick-bodied and clumsy, slow individuals of goblins and other species take a movement penalty but are compensated for it with a slight increase in endurance."
[/topic]
@ -461,7 +461,7 @@ Thick-bodied and clumsy, slow individuals of goblins and other species take a mo
[topic]
id=traits_weak
title= _"Weak"
text= _"Units with trait Weak get a -1 increment in hitpoints and melee damage."
text= _"Units with trait Weak get a 1 increment in hitpoints and melee damage."
[/topic]
[topic]

View file

@ -498,7 +498,7 @@ My best advancement costs $next_cost gold and I'm $experience|% there."
[message]
speaker=narrator
image=wesnoth-icon.png
message="Today, 0..0 = $zero, -1..-1 = $minus_one, 1..1 = $one and 0..1 = $bool.
message="Today, 0..0 = $zero, 1..1 = $minus_one, 1..1 = $one and 0..1 = $bool.
Also, 0..9 = $below_ten, one,two,three = $ascii and the bonus answer is $mixed."
[/message]
[/event]