Fixed duration format (needs to be int)

This commit is contained in:
Juha Heinanen
2024-05-04 14:10:30 +03:00
parent fb730b92ea
commit 68c1590acc
14 changed files with 27 additions and 27 deletions
+2 -2
View File
@@ -253,7 +253,7 @@
<string name="choose_destination_uri">Zvolit cílové URI</string>
<string name="transfer">Přepojit</string>
<string name="call_info">Informace o volání</string>
<string name="duration">Doba trvání: %1$s (secs)</string>
<string name="duration">Doba trvání: %1$d (secs)</string>
<string name="codecs">Kodeky</string>
<string name="rate">Aktuální rychlost: %1$s (Kbits/s)</string>
<string name="average_rate">Průměrná rychlost: %1$s (Kbits/s)</string>
@@ -331,4 +331,4 @@
<string name="speaker_phone">Hlasitý poslech</string>
<string name="speaker_phone_help">Pokud je zatrženo, hlasitý poslech se zapne automaticky při zahájení hovoru.</string>
<string name="dtmf_auto">In-band RTP nebo SIP INFO</string>
</resources>
</resources>