Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
madskristensen committed Jun 24, 2016
2 parents 563aff6 + f4a8784 commit 1768303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EditorExtensions/WebEssentialsPackage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ private void PromptToUpgrade()
var hwnd = new IntPtr(_dte.MainWindow.HWnd);
var window = (System.Windows.Window)HwndSource.FromHwnd(hwnd).RootVisual;

string msg = "Web Essentials recommendeds you to install the Web Extension Pack extension if you haven't already. It contains all the features that used to be part of Web Essentials that was extracted into individual extensions.\r\rDo you wish to go to the download page?";
string msg = "Web Essentials recommends you to install the Web Extension Pack extension if you haven't already. It contains all the features that used to be part of Web Essentials that was extracted into individual extensions.\r\rDo you wish to go to the download page?";
var answer = MessageBox.Show(window, msg, Vsix.Name, MessageBoxButton.YesNo, MessageBoxImage.Information);

if (answer == MessageBoxResult.Yes)
Expand Down

0 comments on commit 1768303

Please sign in to comment.