forked from mirrors/linphone-iphone
use correct text
This commit is contained in:
parent
569574448f
commit
9c459f73c1
1 changed files with 2 additions and 4 deletions
|
|
@ -273,10 +273,8 @@ static void message_status(LinphoneChatMessage *msg, LinphoneChatMessageState st
|
|||
[_imdmLabel setHidden:FALSE];
|
||||
} else if (state == LinphoneChatMessageStateDisplayed) {
|
||||
[_imdmIcon setImage:[UIImage imageNamed:@"chat_read"]];
|
||||
[_imdmLabel setText:NSLocalizedString(@"Displayed", nil)];
|
||||
[_imdmLabel
|
||||
setTextColor:([UIColor colorWithRed:(24 / 255.0) green:(167 / 255.0) blue:(175 / 255.0) alpha:1.0])];
|
||||
|
||||
[_imdmLabel setText:NSLocalizedString(@"Read", nil)];
|
||||
[_imdmLabel setTextColor:([UIColor colorWithRed:(24 / 255.0) green:(167 / 255.0) blue:(175 / 255.0) alpha:1.0])];
|
||||
[_imdmIcon setHidden:FALSE];
|
||||
[_imdmLabel setHidden:FALSE];
|
||||
} else if (state == LinphoneChatMessageStateNotDelivered || state == LinphoneChatMessageStateFileTransferError) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue