diff --git a/Content.Server/Administration/Commands/AddPolymorphActionCommand.cs b/Content.Server/Administration/Commands/AddPolymorphActionCommand.cs index f2cc47b908..40544327a9 100644 --- a/Content.Server/Administration/Commands/AddPolymorphActionCommand.cs +++ b/Content.Server/Administration/Commands/AddPolymorphActionCommand.cs @@ -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) { diff --git a/Content.Server/Administration/Commands/PolymorphCommand.cs b/Content.Server/Administration/Commands/PolymorphCommand.cs index b4d2c9603a..f8d465a541 100644 --- a/Content.Server/Administration/Commands/PolymorphCommand.cs +++ b/Content.Server/Administration/Commands/PolymorphCommand.cs @@ -14,7 +14,7 @@ public sealed class PolymorphCommand : IConsoleCommand public string Description => Loc.GetString("polymorph-command-description"); - public string Help => Loc.GetString("polymorph-command-help"); + public string Help => Loc.GetString("polymorph-command-help-text"); public void Execute(IConsoleShell shell, string argStr, string[] args) { diff --git a/Resources/Locale/en-US/administration/commands/polymorph-command.ftl b/Resources/Locale/en-US/administration/commands/polymorph-command.ftl index 54e6fae0c3..ef7d1b744d 100644 --- a/Resources/Locale/en-US/administration/commands/polymorph-command.ftl +++ b/Resources/Locale/en-US/administration/commands/polymorph-command.ftl @@ -1,8 +1,8 @@ polymorph-command-description = For when you need someone to stop being a person. Takes an entity and a polymorph prototype. -polymorph-command-help-text = polymorph add-polymorph-action-command-description = Takes an entity and gives them a voluntary polymorph. -add-polymorph-action-command-help-text = addpolymorphaction polymorph-not-valid-prototype-error = Polymorph prototype is not valid. \ No newline at end of file