summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/certprofile.py
diff options
context:
space:
mode:
authorMilan KubĂ­k <mkubik@redhat.com>2015-06-19 11:57:21 +0200
committerPetr Vobornik <pvoborni@redhat.com>2015-06-23 10:30:49 +0200
commitb3c7805e881c250db061c44a3b5061f3f7030c5f (patch)
treec671a3530b15fe4d88a9e8aa567c64386464c71b /ipalib/plugins/certprofile.py
parent74883bbc959058c8bfafd9f63e8fad0e3792ac28 (diff)
downloadfreeipa-b3c7805e881c250db061c44a3b5061f3f7030c5f.tar.gz
freeipa-b3c7805e881c250db061c44a3b5061f3f7030c5f.tar.xz
freeipa-b3c7805e881c250db061c44a3b5061f3f7030c5f.zip
Fix for a typo in certprofile mod command.
Reviewed-By: Fraser Tweedale <ftweedal@redhat.com>
Diffstat (limited to 'ipalib/plugins/certprofile.py')
-rw-r--r--ipalib/plugins/certprofile.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipalib/plugins/certprofile.py b/ipalib/plugins/certprofile.py
index 1a2d14388..5158bf0bb 100644
--- a/ipalib/plugins/certprofile.py
+++ b/ipalib/plugins/certprofile.py
@@ -246,7 +246,7 @@ class certprofile_del(LDAPDelete):
@register()
class certprofile_mod(LDAPUpdate):
__doc__ = _("Modify Certificate Profile configuration.")
- msg_summary = _('Modified Certificate Profile "%(value)s')
+ msg_summary = _('Modified Certificate Profile "%(value)s"')
def execute(self, *args, **kwargs):
ca_enabled_check()