Improved rec_in_call string

This commit is contained in:
Juha Heinanen
2023-03-15 16:59:10 +02:00
parent 1863dffa17
commit 4f73c65220
2 changed files with 3 additions and 2 deletions

View File

@ -476,7 +476,7 @@
<string name="call_is_on_hold">Puhelu on pidossa</string>
<string name="mic">Mikrofoni päälle/pois</string>
<string name="rec_in_call">Tallennus voidaan asettaa päälle tai pois vain silloin, kun puhelu
ei ole aktiivinen</string>
ei ole yhdistetty</string>
<string name="call_transfer">Puhelun siirto</string>
<string name="blind">Sokeasti</string>
<string name="attended">Osallistu</string>

View File

@ -448,7 +448,8 @@
<string name="hold">Call Hold/Unhold</string>
<string name="call_is_on_hold">Call is on hold</string>
<string name="mic">Microphone On/Off</string>
<string name="rec_in_call">Recording can be turned on or off only when not in call</string>
<string name="rec_in_call">Recording can be turned on or off only when call is not
connected</string>
<string name="call_transfer">Call Transfer</string>
<string name="blind">Blind</string>
<string name="attended">Attended</string>