mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Fix translatable strings in ipalib plugins.
Needed for xgettext/pygettext processing.
This commit is contained in:
committed by
Rob Crittenden
parent
8145952752
commit
f3de95ce99
@@ -183,7 +183,7 @@ class netgroup_find(LDAPSearch):
|
||||
member_attributes = ['member', 'memberuser', 'memberhost', 'memberof']
|
||||
has_output_params = LDAPSearch.has_output_params + output_params
|
||||
msg_summary = ngettext(
|
||||
'%(count)d netgroup matched', '%(count)d netgroups matched'
|
||||
'%(count)d netgroup matched', '%(count)d netgroups matched', 0
|
||||
)
|
||||
|
||||
takes_options = LDAPSearch.takes_options + (
|
||||
|
||||
Reference in New Issue
Block a user