diff --git a/module/PowerShellEditorServices/Commands/Public/Import-EditorCommand.ps1 b/module/PowerShellEditorServices/Commands/Public/Import-EditorCommand.ps1 index 45668d38b..9ddec5021 100644 --- a/module/PowerShellEditorServices/Commands/Public/Import-EditorCommand.ps1 +++ b/module/PowerShellEditorServices/Commands/Public/Import-EditorCommand.ps1 @@ -115,7 +115,7 @@ function Import-EditorCommand { <# suppressOutput: #> $details.SuppressOutput, <# scriptBlock: #> $scriptBlock) - $PSCmdlet.WriteVerbose($Strings.EditorCommandRegistering -f $details.Name) + $PSCmdlet.WriteVerbose($Strings.EditorCommandImporting -f $details.Name) $null = $psEditor.RegisterCommand($editorCommand) if ($PassThru.IsPresent -and $editorCommand) { @@ -141,4 +141,4 @@ if ($PSVersionTable.PSVersion.Major -ge 5) { [System.Management.Automation.CompletionResult]::new($PSItem, $PSItem, 'ParameterValue', $PSItem) } } -} \ No newline at end of file +}