Fix translatable strings in ipalib plugins.

Needed for xgettext/pygettext processing.
This commit is contained in:
Pavel Zuna
2011-02-23 16:47:49 -05:00
committed by Rob Crittenden
parent 8145952752
commit f3de95ce99
22 changed files with 57 additions and 40 deletions

View File

@@ -127,7 +127,7 @@ class sudocmd_find(LDAPSearch):
"""
msg_summary = ngettext(
'%(count)d sudo command matched', '%(count)d sudo command matched'
'%(count)d sudo command matched', '%(count)d sudo command matched', 0
)
api.register(sudocmd_find)