Fix typo in error_no_keys_to_trust_server_error
Contact should be genitive (contact's), not plural (contacts)
This commit is contained in:
parent
56eb49d8cc
commit
87b1cc6b38
|
@ -399,7 +399,7 @@
|
||||||
<string name="regenerate_omemo_key">Regenerate OMEMO key</string>
|
<string name="regenerate_omemo_key">Regenerate OMEMO key</string>
|
||||||
<string name="clear_other_devices">Clear devices</string>
|
<string name="clear_other_devices">Clear devices</string>
|
||||||
<string name="clear_other_devices_desc">Are you sure you want to clear all other devices from the OMEMO announcement? The next time your devices connect, they will reannounce themselves, but they might not receive messages sent in the meantime.</string>
|
<string name="clear_other_devices_desc">Are you sure you want to clear all other devices from the OMEMO announcement? The next time your devices connect, they will reannounce themselves, but they might not receive messages sent in the meantime.</string>
|
||||||
<string name="error_no_keys_to_trust_server_error">There are no usable keys available for this contact.\nFetching new keys from the server has been unsuccessful. Maybe there is something wrong with your contacts server.</string>
|
<string name="error_no_keys_to_trust_server_error">There are no usable keys available for this contact.\nFetching new keys from the server has been unsuccessful. Maybe there is something wrong with your contact’s server.</string>
|
||||||
<string name="error_no_keys_to_trust_presence">There are no usable keys available for this contact.\nMake sure you have mutual presence subscription.</string>
|
<string name="error_no_keys_to_trust_presence">There are no usable keys available for this contact.\nMake sure you have mutual presence subscription.</string>
|
||||||
<string name="error_no_keys_to_trust">There are no usable keys available for this contact. If you have purged any of their keys, they need to generate new ones.</string>
|
<string name="error_no_keys_to_trust">There are no usable keys available for this contact. If you have purged any of their keys, they need to generate new ones.</string>
|
||||||
<string name="error_trustkeys_title">Error</string>
|
<string name="error_trustkeys_title">Error</string>
|
||||||
|
|
Loading…
Reference in New Issue