Author: espreon
Date: Sun Nov 13 04:51:40 2011
New Revision: 51964
URL: http://svn.gna.org/viewcvs/wesnoth?rev=51964&view=rev
Log:
Replaced a couple of hyphen-minuses with figure dashes.
Modified:
trunk/src/reports.cpp
Modified: trunk/src/reports.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/reports.cpp?rev=51964&r1=51963&r2=51964&view=diff
==============================================================================
--- trunk/src/reports.cpp (original)
+++ trunk/src/reports.cpp Sun Nov 13 04:51:40 2011
@@ -1152,9 +1152,9 @@
if (move_cost < unit_movement_type::UNREACHABLE) {
str << " (" << defense << "%," << move_cost << ')';
} else if (mouseover_hex == displayed_unit_hex) {
- str << " (" << defense << "%,-)";
+ str << " (" << defense << "%,â)";
} else {
- str << " (-)";
+ str << " (â)";
}
return text_report(str.str());
}
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits