From 88870b1abedb22c3a1d77928c35ed1b1ab87f79e Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Fri, 18 Feb 2011 13:34:56 -0600 Subject: Fixed error message for invalid Kerberos ticket. https://fedorahosted.org/freeipa/ticket/490 --- ipalib/plugins/internal.py | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'ipalib/plugins/internal.py') diff --git a/ipalib/plugins/internal.py b/ipalib/plugins/internal.py index e8b34a09..89330bab 100644 --- a/ipalib/plugins/internal.py +++ b/ipalib/plugins/internal.py @@ -1,6 +1,7 @@ # Authors: # Pavel Zuna -# Adam YOung +# Adam Young +# Endi S. Dewata # # Copyright (c) 2010 Red Hat # See file 'copying' for use and warranty information @@ -373,11 +374,11 @@ class i18n_messages(Command): "validation_error":_("Text does not match field pattern"), }, "ajax":{ - "401":_("Your kerberos ticket no longer valid."+ - "Please run KInit and then click 'retry'"+ - "If this is your first time running the IPA Web UI"+ - " "+ - "Follow these directions to configure your browser.") + "401":_("Your kerberos ticket is no longer valid. "+ + "Please run kinit and then click 'retry'. "+ + "If this is your first time running the IPA Web UI "+ + ""+ + "follow these directions to configure your browser.") }, "dirty":_("This page has unsaved changes. Please save or revert."), } -- cgit