From b2c5b2b4b54349f878f17a9378261d58d41af052 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Tue, 12 Jul 2011 11:01:25 -0500 Subject: Fixed object_name and object_name_plural internationalization The object_name, object_name_plural and messages that use these attributes have been converted to support translation. The label attribute in the Param class has been modified to accept unicode string. Ticket #1435 --- ipalib/plugins/pkinit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipalib/plugins/pkinit.py') diff --git a/ipalib/plugins/pkinit.py b/ipalib/plugins/pkinit.py index 55a06508..7a5a93b4 100644 --- a/ipalib/plugins/pkinit.py +++ b/ipalib/plugins/pkinit.py @@ -46,7 +46,7 @@ class pkinit(Object): """ PKINIT Options """ - object_name = 'pkinit' + object_name = _('pkinit') label=_('PKINIT') -- cgit