Skip to content

Commit

Permalink
Changing Email to E-mail
Browse files Browse the repository at this point in the history
  • Loading branch information
Saikat Chakrabarti committed Apr 17, 2010
1 parent 0dac5cc commit e2b8da2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LoginProviders/SCEmailLoginDialogController.j
Expand Up @@ -19,7 +19,7 @@ var DefaultLoginDialogController = nil;
{
[super awakeFromCib];
_accountValidator = SCEmailAccountValidator;
[_userLabel setStringValue:"Email:"];
[_userLabel setStringValue:"E-mail:"];
[_userLabel sizeToFit];
[_userLabel setFrameOrigin:CGPointMake([_userField frame].origin.x - 4.0 - [_userLabel frame].size.width,
[_userField frame].origin.y + 4.0)];
Expand Down

0 comments on commit e2b8da2

Please sign in to comment.