Fixed error message string format

This commit is contained in:
Juha Heinanen
2021-03-23 09:36:16 +02:00
parent dc71c10c36
commit f7e9f4016e

View File

@ -327,7 +327,7 @@
<string name="contact_action_question">Do you want to call or send message to \'%1$s\'?</string>
<string name="send_message">Send Message</string>
<string name="contact_delete_question">Do you want to delete contact \'%1$s\'?</string>
<string name="contacts_exceeded">Your maximum number of contacts %1%d has been exceeded.</string>
<string name="contacts_exceeded">Your maximum number of contacts %1$d has been exceeded.</string>
<!-- Generic -->
<string name="alert">Alert</string>
<string name="info">Info</string>