From 7ff4efecaaa43a74d67f91a5427a09d654f78f8e Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Tue, 16 Mar 2010 17:21:25 -0400 Subject: Fix typo in automount doc message. Update the po to pick up this change too. 573979 --- ipalib/plugins/automount.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipalib/plugins/automount.py') diff --git a/ipalib/plugins/automount.py b/ipalib/plugins/automount.py index 5c9591473..030a32ca6 100644 --- a/ipalib/plugins/automount.py +++ b/ipalib/plugins/automount.py @@ -222,7 +222,7 @@ class automountmap(LDAPObject): Str('automountmapname', cli_name='map', label=_('Map'), - doc=_('Aautomount map name'), + doc=_('Automount map name'), primary_key=True, ), Str('description?', -- cgit