1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

s4-doserr: telling our users to "see Windows help" doesn't seem right

This commit is contained in:
Andrew Tridgell 2010-11-17 23:10:48 +11:00
parent 1645190b1c
commit 9a744c634f

View File

@ -3349,9 +3349,9 @@ const struct werror_str_struct dos_err_strs[] = {
{ WERR_ADDRESS_NOT_ASSOCIATED, "An address has not yet been associated with the network endpoint." },
{ WERR_CONNECTION_INVALID, "An operation was attempted on a nonexistent network connection." },
{ WERR_CONNECTION_ACTIVE, "An invalid operation was attempted on an active network connection." },
{ WERR_NETWORK_UNREACHABLE, "The network location cannot be reached. For information about network troubleshooting, see Windows Help." },
{ WERR_HOST_UNREACHABLE, "The network location cannot be reached. For information about network troubleshooting, see Windows Help." },
{ WERR_PROTOCOL_UNREACHABLE, "The network location cannot be reached. For information about network troubleshooting, see Windows Help." },
{ WERR_NETWORK_UNREACHABLE, "The network location cannot be reached." },
{ WERR_HOST_UNREACHABLE, "The network location cannot be reached." },
{ WERR_PROTOCOL_UNREACHABLE, "The network location cannot be reached." },
{ WERR_PORT_UNREACHABLE, "No service is operating at the destination network endpoint on the remote system." },
{ WERR_REQUEST_ABORTED, "The request was aborted." },
{ WERR_CONNECTION_ABORTED, "The network connection was aborted by the local system." },
@ -3374,7 +3374,7 @@ const struct werror_str_struct dos_err_strs[] = {
{ WERR_BAD_USER_PROFILE, "The specified user does not have a valid profile." },
{ WERR_NOT_SUPPORTED_ON_SBS, "This operation is not supported on a computer running Windows Server 2003 for Small Business Server." },
{ WERR_SERVER_SHUTDOWN_IN_PROGRESS, "The server machine is shutting down." },
{ WERR_HOST_DOWN, "The remote system is not available. For information about network troubleshooting, see Windows Help." },
{ WERR_HOST_DOWN, "The remote system is not available." },
{ WERR_NON_ACCOUNT_SID, "The security identifier provided is not from an account domain." },
{ WERR_NON_DOMAIN_SID, "The security identifier provided does not have a domain component." },
{ WERR_APPHELP_BLOCK, "AppHelp dialog canceled, thus preventing the application from starting." },