diff API/Commands/EditArmyCommand.cs @ 422:87f4710b7f8c

* Fix typo in default command description
author IBBoard <dev@ibboard.co.uk>
date Wed, 12 Oct 2011 20:08:58 +0100
parents 48098a2d17d0
children
line wrap: on
line diff
--- a/API/Commands/EditArmyCommand.cs	Wed Sep 28 20:33:10 2011 +0100
+++ b/API/Commands/EditArmyCommand.cs	Wed Oct 12 20:08:58 2011 +0100
@@ -84,7 +84,7 @@
 		{
 			get
 			{
-				return Translation.GetTranslation("editArmyCommandDescription", "revert army nnd/or size");
+				return Translation.GetTranslation("editArmyCommandDescription", "revert army name and/or size");
 			}
 		}