fix polymorph command help text (#16713)
* fix polymorph command help text * fix addpolymorphaction help text
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user