Skip to content

Commit

Permalink
Merge pull request #6011 from BOINC/vko_rename_pae
Browse files Browse the repository at this point in the history
Rename 'Protected application execution' to 'Service Install'.
  • Loading branch information
AenBleidd authored Jan 16, 2025
2 parents 8114159 + 5ef861b commit 8afd782
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sched/handle_request.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// This file is part of BOINC.
// http://boinc.berkeley.edu
// Copyright (C) 2023 University of California
// https://boinc.berkeley.edu
// Copyright (C) 2025 University of California
//
// BOINC is free software; you can redistribute it and/or modify it
// under the terms of the GNU Lesser General Public License
Expand Down Expand Up @@ -1198,7 +1198,7 @@ bool bad_install_type() {
"Vista secure install - not sending work\n"
);
g_reply->insert_message(
"Unable to send work to Vista with BOINC installed in protected mode. Please reinstall BOINC and uncheck 'Protected application execution'",
"Unable to send work to Vista with BOINC installed in protected mode. Please reinstall BOINC and uncheck 'Service Install'",
"notice"
);
}
Expand Down

0 comments on commit 8afd782

Please sign in to comment.