Skip to content

Commit 257250a

Browse files
authored
Clarify "New available version" dialog (#186)
* rewrite dialog sentence * add 'Runtime'
1 parent 197b4ac commit 257250a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SampleApps/WebView2APISample/AppWindow.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1804,10 +1804,10 @@ void AppWindow::RegisterEventHandlers()
18041804
[this]
18051805
{
18061806
std::wstring message =
1807-
L"We detected there is a new version for the browser.";
1807+
L"A new version of the Microsoft Edge WebView2 Runtime is available on this machine. ";
18081808
if (m_webView)
18091809
{
1810-
message += L"Do you want to restart the app? \n\n";
1810+
message += L"Do you want to restart the WebView2APISample app? \n\n";
18111811
message +=
18121812
L"Click No if you only want to re-create the webviews. \n";
18131813
message += L"Click Cancel for no action. \n";

0 commit comments

Comments
 (0)