Fixed typo in service-add

Reviewed-By: Martin Basti <mbasti@redhat.com>
This commit is contained in:
Thorsten Scherf 2016-02-01 13:23:23 +01:00 committed by Martin Basti
parent 612f4aa900
commit d85d709473

View File

@ -530,7 +530,7 @@ class service(LDAPObject):
@register()
class service_add(LDAPCreate):
__doc__ = _('Add a new IPA new service.')
__doc__ = _('Add a new IPA service.')
msg_summary = _('Added service "%(value)s"')
member_attributes = ['managedby']