From 0b06901cc1dc7c1ca19f55d71ee69696ab198c22 Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Fri, 27 Jul 2007 16:41:53 +0000 Subject: [PATCH] DEVEL15-windows-client_config-20070727 FIXES 66302 change text of error message to indicate that the user is not a member of the AFS Administrators Group instead of not being a Windows administrator. (cherry picked from commit d7d12d7c9b9cec32d4415b9d7bf1058d99d63d14) --- src/WINNT/client_config/lang/en_US/afs_config.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/WINNT/client_config/lang/en_US/afs_config.rc b/src/WINNT/client_config/lang/en_US/afs_config.rc index d276771bf..abd70cd86 100644 --- a/src/WINNT/client_config/lang/en_US/afs_config.rc +++ b/src/WINNT/client_config/lang/en_US/afs_config.rc @@ -700,7 +700,7 @@ BEGIN IDS_SERVICE_FAIL_START "The AFS Client Service could not be started successfully. You might not have authorization to perform this operation.\n\nError 0x%1." IDS_SERVICE_FAIL_STOP "The AFS Client Service could not be stopped successfully. You might not have authorization to perform this operation.\n\nError 0x%1." IDS_WARN_STOPPED "The disabled controls cannot be changed because the AFS Client service is not running." - IDS_WARN_ADMIN "The disabled controls cannot be changed because you are not logged in to Windows as an administrator." + IDS_WARN_ADMIN "The disabled controls cannot be changed because you are not a member of the AFS Administrators Group." IDS_CELL_UNKNOWN "(unknown)" IDS_GATEWAY_UNKNOWN "(unknown)" END -- 2.39.5