From 62e0582178048c288e8c4acf4f7b676bf324a7d5 Mon Sep 17 00:00:00 2001 From: Srinivasan R Date: Wed, 5 Sep 2012 18:24:46 -0300 Subject: [PATCH] Fix typo in error message. Change "receviced" to "received" in the error messages shown when not able to login. --- Classes/VoiceMac/MGMAccountSetup.m | 4 ++-- Classes/VoiceMob/MGMAccountSetup.m | 4 ++-- Resources/VoiceMac/English.lproj/AccountSetup.xib | 2 +- Resources/VoiceMob/AccountSetup_iPhone.xib | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Classes/VoiceMac/MGMAccountSetup.m b/Classes/VoiceMac/MGMAccountSetup.m index a2f49a9..9955a3d 100644 --- a/Classes/VoiceMac/MGMAccountSetup.m +++ b/Classes/VoiceMac/MGMAccountSetup.m @@ -157,7 +157,7 @@ NSString * const MGMS7SIPWaiting = @"Waiting for Registration Status."; [backButton setEnabled:YES]; [continueButton setTitle:MGMSContinue]; [continueButton setEnabled:NO]; - [S8MessageField setStringValue:[NSString stringWithFormat:@"Unable to set up your %@ account, the error we receviced was \"%@\" Please go back and correct the problem.", type, S8Message]]; + [S8MessageField setStringValue:[NSString stringWithFormat:@"Unable to set up your %@ account, the error we received was \"%@\" Please go back and correct the problem.", type, S8Message]]; [S8Message release]; S8Message = nil; NSBeep(); @@ -509,4 +509,4 @@ NSString * const MGMS7SIPWaiting = @"Waiting for Registration Status."; step = 9; [self continue:self]; } -@end \ No newline at end of file +@end diff --git a/Classes/VoiceMob/MGMAccountSetup.m b/Classes/VoiceMob/MGMAccountSetup.m index cfdf2d3..587aad5 100644 --- a/Classes/VoiceMob/MGMAccountSetup.m +++ b/Classes/VoiceMob/MGMAccountSetup.m @@ -203,7 +203,7 @@ NSString * const MGMSIPDefaultDomain = @"proxy01.sipphone.com"; [backButton setEnabled:YES]; [continueButton setTitle:MGMSContinue]; [continueButton setEnabled:NO]; - [S8MessageField setText:[NSString stringWithFormat:@"Unable to set up your %@ account, the error we receviced was \"%@\" Please go back and correct the problem.", type, S8Message]]; + [S8MessageField setText:[NSString stringWithFormat:@"Unable to set up your %@ account, the error we received was \"%@\" Please go back and correct the problem.", type, S8Message]]; if (S8Message!=nil) { [S8Message release]; S8Message = nil; @@ -638,4 +638,4 @@ NSString * const MGMSIPDefaultDomain = @"proxy01.sipphone.com"; [self setSetupOnly:YES]; [self displayStep]; } -@end \ No newline at end of file +@end diff --git a/Resources/VoiceMac/English.lproj/AccountSetup.xib b/Resources/VoiceMac/English.lproj/AccountSetup.xib index 902d11e..046ba84 100644 --- a/Resources/VoiceMac/English.lproj/AccountSetup.xib +++ b/Resources/VoiceMac/English.lproj/AccountSetup.xib @@ -1056,7 +1056,7 @@ AAMAAAABAAEAAAFTAAMAAAAEAAAFwgAAAAAACAAIAAgACAABAAEAAQABA 67239424 272891904 - Unable to set up your ACCOUNTTYPE account, the error we receviced was ERRORMESSAGE. Please go back and correct the problem. + Unable to set up your ACCOUNTTYPE account, the error we received was ERRORMESSAGE. Please go back and correct the problem. diff --git a/Resources/VoiceMob/AccountSetup_iPhone.xib b/Resources/VoiceMob/AccountSetup_iPhone.xib index 9a27c65..baf89e9 100644 --- a/Resources/VoiceMob/AccountSetup_iPhone.xib +++ b/Resources/VoiceMob/AccountSetup_iPhone.xib @@ -968,7 +968,7 @@ IBCocoaTouchFramework NO NO - Unable to set up your ACCOUNTTYPE account, the error we receviced was ERRORMESSAGE. Please go back and correct the problem. + Unable to set up your ACCOUNTTYPE account, the error we received was ERRORMESSAGE. Please go back and correct the problem. 2 IBCocoaTouchFramework