Fix wrong changes of possessive

This commit is contained in:
Thijs Waalen
2014-09-06 21:42:19 +02:00
parent f47fe75970
commit 4f4bdf249b
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ namespace OpenRA.Scripting
{
public ActorGlobal(ScriptContext context) : base(context) { }
[Desc("Create a new actor. initTable specifies a list of key-value pairs that define initial parameters for the actors traits.")]
[Desc("Create a new actor. initTable specifies a list of key-value pairs that define initial parameters for the actor's traits.")]
public Actor Create(string type, bool addToWorld, LuaTable initTable)
{
var initDict = new TypeDictionary();