Fix broken msgids in ntstatus_errors
authorBo Yang <boyang@novell.com>
Sun, 16 Nov 2008 08:31:31 +0000 (16:31 +0800)
committerGünther Deschner <gd@samba.org>
Mon, 17 Nov 2008 10:27:33 +0000 (11:27 +0100)
Signed-off-by: Günther Deschner <gd@samba.org>
source3/nsswitch/pam_winbind.c

index c164f8e72a14461da48b011e2441d79e4e1042ab..1daa05ea17142bf9e8aaa32fcc8dce56f6242e45 100644 (file)
@@ -598,14 +598,14 @@ static const struct ntstatus_errors {
        {"NT_STATUS_INVALID_LOGON_HOURS",
                N_("You are not allowed to logon at this time")},
        {"NT_STATUS_ACCOUNT_EXPIRED",
-               N_("Your account has expired. ")
-               N_("Please contact your System administrator")}, /* SCNR */
+               N_("Your account has expired. "
+                  "Please contact your System administrator")}, /* SCNR */
        {"NT_STATUS_ACCOUNT_DISABLED",
-               N_("Your account is disabled. ")
-               N_("Please contact your System administrator")}, /* SCNR */
+               N_("Your account is disabled. "
+                  "Please contact your System administrator")}, /* SCNR */
        {"NT_STATUS_ACCOUNT_LOCKED_OUT",
-               N_("Your account has been locked. ")
-               N_("Please contact your System administrator")}, /* SCNR */
+               N_("Your account has been locked. "
+                  "Please contact your System administrator")}, /* SCNR */
        {"NT_STATUS_NOLOGON_WORKSTATION_TRUST_ACCOUNT",
                N_("Invalid Trust Account")},
        {"NT_STATUS_NOLOGON_SERVER_TRUST_ACCOUNT",