From 5ef861b9b4152ce5700d22a02c37ab9d8e2f95e1 Mon Sep 17 00:00:00 2001 From: Vitalii Koshura Date: Thu, 16 Jan 2025 04:57:23 +0100 Subject: [PATCH] Rename 'Protected application execution' to 'Service Install'. This fixes #2068. Signed-off-by: Vitalii Koshura --- sched/handle_request.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sched/handle_request.cpp b/sched/handle_request.cpp index 0b2039d206..54a95d6921 100644 --- a/sched/handle_request.cpp +++ b/sched/handle_request.cpp @@ -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" ); }