ztfy/utils/security.py
branchZTK-1.1
changeset 105 a04b2e6e5830
parent 83 55e4cb0b7900
child 108 9c4cd620ad0c
equal deleted inserted replaced
104:9355f0a396de 105:a04b2e6e5830
    61     def __init__(self, id):
    61     def __init__(self, id):
    62         self.id = id
    62         self.id = id
    63 
    63 
    64     @property
    64     @property
    65     def title(self):
    65     def title(self):
    66         return _("< missing principal %s>") % self.id
    66         return _("< missing principal %s >") % self.id
    67 
    67 
    68     @property
    68     @property
    69     def description(self):
    69     def description(self):
    70         return _("This principal can't be found in any authentication utility...")
    70         return _("This principal can't be found in any authentication utility...")
    71 
    71