- Added couple of missing dots to strings.

This commit is contained in:
Juha Heinanen
2019-07-14 11:47:44 +03:00
parent 409939c85c
commit c5715b4c81
2 changed files with 2 additions and 2 deletions

View File

@ -222,7 +222,7 @@
<string name="new_contact">Uusi kontakti</string>
<string name="contact_name">Nimi</string>
<string name="invalid_contact">Virheellinen kontaktin nimi \'%1$s\'</string>
<string name="contact_already_exists">Kontakti \'%1$s\' on jo olemassa</string>
<string name="contact_already_exists">Kontakti \'%1$s\' on jo olemassa.</string>
<string name="invalid_contact_uri">Virheellinen SIP URI \'%1$s\'</string>
<!-- Contacts Activity -->

View File

@ -188,7 +188,7 @@ Check Apps → baresip → Permissions → Storage and that file \'accounts.bs\'
<string name="export_contacts">Export</string>
<string name="import_contacts">Import</string>
<string name="invalid_contact">Invalid contact name \'%1$s\'</string>
<string name="contact_already_exists">Contact \'%1$s\' already exists</string>
<string name="contact_already_exists">Contact \'%1$s\' already exists.</string>
<string name="invalid_contact_uri">Invalid SIP URI</string>
<!-- Contacts Activity -->