Mercurial > repos > IBBoard.WarFoundry.API
changeset 422:87f4710b7f8c
* Fix typo in default command description
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Wed, 12 Oct 2011 20:08:58 +0100 |
parents | b622937ac879 |
children | 314b8b8bf4f1 |
files | API/Commands/EditArmyCommand.cs |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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"); } }