Fix typo in error message.

Change "receviced" to "received" in the error messages shown when not able to login.
This commit is contained in:
Srinivasan R 2012-09-05 18:24:46 -03:00
parent b8b556ed89
commit 62e0582178
4 changed files with 6 additions and 6 deletions

View File

@ -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
@end

View File

@ -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
@end

View File

@ -1056,7 +1056,7 @@ AAMAAAABAAEAAAFTAAMAAAAEAAAFwgAAAAAACAAIAAgACAABAAEAAQABA</bytes>
<object class="NSTextFieldCell" key="NSCell" id="197753671">
<int key="NSCellFlags">67239424</int>
<int key="NSCellFlags2">272891904</int>
<string key="NSContents">Unable to set up your ACCOUNTTYPE account, the error we receviced was ERRORMESSAGE. Please go back and correct the problem.</string>
<string key="NSContents">Unable to set up your ACCOUNTTYPE account, the error we received was ERRORMESSAGE. Please go back and correct the problem.</string>
<reference key="NSSupport" ref="657871326"/>
<reference key="NSControlView" ref="484670474"/>
<reference key="NSBackgroundColor" ref="373911208"/>

View File

@ -968,7 +968,7 @@
<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
<bool key="IBUIScrollEnabled">NO</bool>
<bool key="IBUIEditable">NO</bool>
<string key="IBUIText">Unable to set up your ACCOUNTTYPE account, the error we receviced was ERRORMESSAGE. Please go back and correct the problem.</string>
<string key="IBUIText">Unable to set up your ACCOUNTTYPE account, the error we received was ERRORMESSAGE. Please go back and correct the problem.</string>
<object class="IBUITextInputTraits" key="IBUITextInputTraits">
<int key="IBUIAutocapitalizationType">2</int>
<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>