Skip to content

Commit e7a7cfd

Browse files
Australians speak better English
Co-Authored-By: Robert Holt <rjmholt@gmail.com>
1 parent 62f2763 commit e7a7cfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PowerShellEditorServices/Services/PowerShellContext/Handlers/GetVersionHandler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public async Task<PowerShellVersion> Handle(GetVersionParams request, Cancellati
6363
var takeActionText = "Yes";
6464
MessageActionItem messageAction = await _languageServer.Window.ShowMessage(new ShowMessageRequestParams
6565
{
66-
Message = "You have a version of PackageManagement that causes issues with the PowerShell extension. Would you like to update PackageManagement (You will need to restart the PowerShell extension after)?",
66+
Message = "You have an older version of PackageManagement known to cause issues with the PowerShell extension. Would you like to update PackageManagement (You will need to restart the PowerShell extension after)?",
6767
Type = MessageType.Warning,
6868
Actions = new []
6969
{

0 commit comments

Comments
 (0)