Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/native/corehost/apphost/apphost.windows.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -168,10 +168,10 @@ namespace
}

dialogMsg.append(
_X("Would you like to download it now?\n\n")
_X("Learn about "));
dialogMsg.append(error_code == StatusCode::FrameworkMissingFailure ? _X("framework resolution:") : _X("runtime installation:"));
dialogMsg.append(_X("\n") DOTNET_APP_LAUNCH_FAILED_URL);
dialogMsg.append(_X("\n") DOTNET_APP_LAUNCH_FAILED_URL _X("\n\n")
_X("Would you like to download it now?"));

assert(url.length() > 0);
assert(is_gui_application());
Expand Down