From fdfa827a36df87fd6b228fc1560576e268413104 Mon Sep 17 00:00:00 2001 From: Jason Gerard DeRose Date: Fri, 8 Aug 2008 21:40:03 +0000 Subject: 86: Actually change *all* tab indentation to 4-space: 'sed s/\t/ /g' --- ipalib/identity.py | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'ipalib/identity.py') diff --git a/ipalib/identity.py b/ipalib/identity.py index 1239816b..50642fec 100644 --- a/ipalib/identity.py +++ b/ipalib/identity.py @@ -6,49 +6,49 @@ def get_label(self, _): - return _('Title') # Enum? + return _('Title') # Enum? def get_label(self, _): - return _('First Name') + return _('First Name') def get_label(self, _): - return _('Last Name') + return _('Last Name') def get_label(self, _): - return _('Full Name') # Autofill + return _('Full Name') # Autofill def get_label(self, _): - return _('Display Name') # Autofill + return _('Display Name') # Autofill def get_label(self, _): - return _('Initials') # generated/ro? + return _('Initials') # generated/ro? def get_label(self, _): - return _('Account Status') # Enum (active, inactive) + return _('Account Status') # Enum (active, inactive) def get_label(self, _): - return _('Login') + return _('Login') def get_label(self, _): - return _('Password') + return _('Password') def get_label(self, _): # Same field as above, special interface - return _('Confirm Password') + return _('Confirm Password') def get_label(self, _): - return _('UID') #ro + return _('UID') #ro def get_label(self, _): - return _('GID') #ro + return _('GID') #ro def get_label(self, _): - return _('Home Directory') #ro + return _('Home Directory') #ro def get_label(self, _): - return _('Login Shell') + return _('Login Shell') def get_label(self, _): - return _('GECOS') + return _('GECOS') def get_label(self, _): - return _('') + return _('') -- cgit