fix polymorph command help text (#16713)

* fix polymorph command help text

* fix addpolymorphaction help text
This commit is contained in:
Chief-Engineer
2023-05-22 19:49:55 -05:00
committed by GitHub
parent d36e215b91
commit f0279e9a65
3 changed files with 4 additions and 4 deletions

View File

@@ -12,7 +12,7 @@ public sealed class AddPolymorphActionCommand : IConsoleCommand
public string Description => Loc.GetString("add-polymorph-action-command-description");
public string Help => Loc.GetString("add-polymorph-action-command-help");
public string Help => Loc.GetString("add-polymorph-action-command-help-text");
public void Execute(IConsoleShell shell, string argStr, string[] args)
{