Changeset 657
- Timestamp:
- 01/17/10 14:38:39 (8 weeks ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
apps/iphone/my.tel/trunk/Classes/AccountEditController.m
r639 r657 162 162 switch (section) { 163 163 case 0: 164 return @"These are your \"account credentials\" given to you by your registrar. If you have multiple domains in this account, just choose one.";164 return @"These are your \"account credentials\" given to you by your .tel provider. If you have multiple domains in this account, just choose one."; 165 165 break; 166 166 case 1: … … 206 206 cell = cellAccountLabel; 207 207 cell.textLabel.text = @"Account Label"; 208 cell.textField.placeholder = @"defaults to domainname";208 cell.textField.placeholder = @"defaults to username"; 209 209 break; 210 210 case 2: … … 248 248 } 249 249 if ((self.accountLabel == nil) || ([self.accountLabel length] == 0)) { 250 self.accountLabel = self. domainName;250 self.accountLabel = self.userName; 251 251 } 252 252 }








