mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-04-27 21:36:21 +00:00
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");
|
status=_("missed");
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
status="unknown";
|
status=_("unknown");
|
||||||
}
|
}
|
||||||
tmp=ortp_strdup_printf(_("%s at %s\nFrom: %s\nTo: %s\nStatus: %s\nDuration: %i mn %i sec\n"),
|
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"),
|
(cl->dir==LinphoneCallIncoming) ? _("Incoming call") : _("Outgoing call"),
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue