Rename 'Protected application execution' to 'Service Install'.

This fixes #2068.

Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
This commit is contained in:
Vitalii Koshura 2025-01-16 04:57:23 +01:00
parent 81141591a2
commit 5ef861b9b4
No known key found for this signature in database
GPG Key ID: CE0DB1726070A5A3
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
// This file is part of BOINC. // This file is part of BOINC.
// http://boinc.berkeley.edu // https://boinc.berkeley.edu
// Copyright (C) 2023 University of California // Copyright (C) 2025 University of California
// //
// BOINC is free software; you can redistribute it and/or modify it // BOINC is free software; you can redistribute it and/or modify it
// under the terms of the GNU Lesser General Public License // under the terms of the GNU Lesser General Public License
@ -1198,7 +1198,7 @@ bool bad_install_type() {
"Vista secure install - not sending work\n" "Vista secure install - not sending work\n"
); );
g_reply->insert_message( 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" "notice"
); );
} }