You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: VMPlex/VMManager.cs
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -199,8 +199,9 @@ private VMManager()
199
199
{
200
200
UI.MessageBox.Show(
201
201
System.Windows.MessageBoxImage.Error,
202
-
"Vrtual System Management",
203
-
"VMPlex is unable to interact with the Virtual Machine Management Service. Please run as administrator or add your user to the Hyper-V Administrators group.");
202
+
"Virtual System Management",
203
+
"VMPlex is unable to interact with the Virtual Machine Management Service. "+
204
+
"Please run as administrator or add your user to the Hyper-V Administrators group.");
0 commit comments