mirror of https://github.com/BOINC/boinc.git
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:
parent
81141591a2
commit
5ef861b9b4
|
@ -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
|
||||
|
@ -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"
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue