diff api/Objects/UnitEquipmentRatioSelection.cs @ 228:ece26f6a62f3

Re #223: Use translations within the API * Translate headings in basic HTML output * Remove some translation of exception messages (exceptions are for developers, users should get a message built from exception message) * Replace a string concat with String.Format Still need to check Requirements and below
author IBBoard <dev@ibboard.co.uk>
date Sun, 20 Dec 2009 20:59:28 +0000
parents 1b718b67f7f6
children 92d10b06ab0f
line wrap: on
line diff
--- a/api/Objects/UnitEquipmentRatioSelection.cs	Sun Dec 20 20:28:14 2009 +0000
+++ b/api/Objects/UnitEquipmentRatioSelection.cs	Sun Dec 20 20:59:28 2009 +0000
@@ -53,7 +53,7 @@
 			
 			if (amount == 100)
 			{
-				amountString = "all"; //TODO: Translate
+				amountString = "all";
 			}
 			else
 			{