From 310e46452c41223afa0b1b318c503574567df105 Mon Sep 17 00:00:00 2001 From: Martin Basti Date: Thu, 13 Nov 2014 14:02:02 +0100 Subject: Fix warning message should not contain CLI commands Message is now universal for both CLI and WebUI Ticket: https://fedorahosted.org/freeipa/ticket/4647 Reviewed-By: Petr Vobornik --- ipalib/messages.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ipalib/messages.py') diff --git a/ipalib/messages.py b/ipalib/messages.py index 5eeab3c54..102e35275 100644 --- a/ipalib/messages.py +++ b/ipalib/messages.py @@ -175,8 +175,8 @@ class OptionSemanticChangedWarning(PublicMessage): errno = 13005 type = "warning" - format = _(u"semantic of '%(option)s' option was changed: " - u"%(current_behavior)s.\n%(hint)s") + format = _(u"Semantic of %(label)s was changed. %(current_behavior)s\n" + u"%(hint)s") class DNSServerNotRespondingWarning(PublicMessage): -- cgit