forked from mirrors/linphone-iphone
Make translatable some GUI text
This commit is contained in:
parent
43fe5b0b23
commit
10c057eae4
1 changed files with 1 additions and 1 deletions
|
|
@ -215,7 +215,7 @@ char * linphone_call_log_to_str(LinphoneCallLog *cl){
|
|||
status=_("missed");
|
||||
break;
|
||||
default:
|
||||
status="unknown";
|
||||
status=_("unknown");
|
||||
}
|
||||
tmp=ortp_strdup_printf(_("%s at %s\nFrom: %s\nTo: %s\nStatus: %s\nDuration: %i mn %i sec\n"),
|
||||
(cl->dir==LinphoneCallIncoming) ? _("Incoming call") : _("Outgoing call"),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue