Make translatable some GUI text

This commit is contained in:
Gautier Pelloux-Prayer 2014-12-01 17:12:59 +01:00
parent 43fe5b0b23
commit 10c057eae4

View file

@ -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"),