Skip to content

Commit

Permalink
Rename 'Protected application execution' to 'Service Install'.
Browse files Browse the repository at this point in the history
This fixes #2068.

Signed-off-by: Vitalii Koshura <[email protected]>
  • Loading branch information
AenBleidd committed Jan 16, 2025
1 parent 8114159 commit 5ef861b
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 5ef861b

Please sign in to comment.