Skip to content

Commit

Permalink
Clarify "New available version" dialog (#186)
Browse files Browse the repository at this point in the history
* rewrite dialog sentence

* add 'Runtime'
  • Loading branch information
mikehoffms committed May 10, 2023
1 parent 197b4ac commit 257250a
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 the Microsoft Edge WebView2 Runtime 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 257250a

Please sign in to comment.