Merge pull request #7827 from obrakmann/fix-refund-tooltip-margins

Fix margins of refund tooltips
This commit is contained in:
Paul Chote
2015-04-03 01:13:04 +01:00
4 changed files with 6 additions and 6 deletions

View File

@@ -87,7 +87,7 @@ namespace OpenRA.Mods.Common.Traits
sellValue /= health.Value.MaxHP;
}
return "Refund: " + sellValue;
return "Refund: $" + sellValue;
}
}
}