diff --git a/lib/krb5/ticket.c b/lib/krb5/ticket.c index b8d81c6ad..9a391e7fb 100644 --- a/lib/krb5/ticket.c +++ b/lib/krb5/ticket.c @@ -381,7 +381,7 @@ krb5_ticket_get_authorization_data_type(krb5_context context, ad = ticket->ticket.authorization_data; if (ticket->ticket.authorization_data == NULL) { krb5_set_error_message(context, ENOENT, - N_("Ticket have not authorization data", "")); + N_("Ticket has no authorization data", "")); return ENOENT; /* XXX */ } @@ -391,7 +391,7 @@ krb5_ticket_get_authorization_data_type(krb5_context context, return ret; if (!found) { krb5_set_error_message(context, ENOENT, - N_("Ticket have not " + N_("Ticket has no " "authorization data of type %d", ""), type); return ENOENT; /* XXX */ diff --git a/po/heimdal_krb5/de.po b/po/heimdal_krb5/de.po index a710abd77..e7e8a1dea 100644 --- a/po/heimdal_krb5/de.po +++ b/po/heimdal_krb5/de.po @@ -1522,14 +1522,12 @@ msgid "Authorization data contains unknown type (%d) " msgstr "Autorisierungsdaten enthalten unbekannten Typ (%d). " #: lib/krb5/ticket.c:287 -# FIXME s/ticket/tickets/ or s/have/has/ -msgid "Ticket have not authorization data" +msgid "Ticket has no authorization data" msgstr "Ticket hat keine Autorisierungsdaten." #: lib/krb5/ticket.c:297 #, c-format -# FIXME s/ticket/tickets/ or s/have/has/ -msgid "Ticket have not authorization data of type %d" +msgid "Ticket has no authorization data of type %d" msgstr "Ticket hat keine Autorisierungsdaten des Typs %d." #: lib/krb5/transited.c:457 lib/krb5/transited.c:490 diff --git a/po/heimdal_krb5/heimdal_krb5.pot b/po/heimdal_krb5/heimdal_krb5.pot index 176e8d46a..3edacd2c2 100644 --- a/po/heimdal_krb5/heimdal_krb5.pot +++ b/po/heimdal_krb5/heimdal_krb5.pot @@ -1694,12 +1694,12 @@ msgid "Authorization data contains unknown type (%d) " msgstr "" #: lib/krb5/ticket.c:287 -msgid "Ticket have not authorization data" +msgid "Ticket has no authorization data" msgstr "" #: lib/krb5/ticket.c:297 #, c-format -msgid "Ticket have not authorization data of type %d" +msgid "Ticket has no authorization data of type %d" msgstr "" #: lib/krb5/transited.c:457 diff --git a/po/heimdal_krb5/sv_SE.po b/po/heimdal_krb5/sv_SE.po index 203994665..f9721845a 100644 --- a/po/heimdal_krb5/sv_SE.po +++ b/po/heimdal_krb5/sv_SE.po @@ -1664,12 +1664,12 @@ msgid "Authorization data contains unknown type (%d) " msgstr "" #: lib/krb5/ticket.c:270 -msgid "Ticket have not authorization data" +msgid "Ticket has no authorization data" msgstr "" #: lib/krb5/ticket.c:280 #, c-format -msgid "Ticket have not authorization data of type %d" +msgid "Ticket has no authorization data of type %d" msgstr "" #: lib/krb5/transited.c:457