Skip to content

Commit

Permalink
rewrite dialog sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehoffms committed May 4, 2023
1 parent eac0583 commit 539c741
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SampleApps/WebView2APISample/AppWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1804,10 +1804,10 @@ void AppWindow::RegisterEventHandlers()
[this]
{
std::wstring message =
L"We detected there is a new version for the browser.";
L"A new version of Microsoft Edge is available on this machine. ";
if (m_webView)
{
message += L"Do you want to restart the app? \n\n";
message += L"Do you want to restart the WebView2APISample app? \n\n";
message +=
L"Click No if you only want to re-create the webviews. \n";
message += L"Click Cancel for no action. \n";
Expand Down

0 comments on commit 539c741

Please sign in to comment.