Fix missing newline in strings.xml

This leads to wrongly escaped string

Signed-off-by: Corentin Noël <corentin.noel@collabora.com>
This commit is contained in:
Corentin Noël 2020-10-23 09:59:09 +02:00 committed by Corentin Noël
parent 83925322cb
commit 1ff3969cfb

View file

@ -1271,7 +1271,7 @@
<!-- share keys -->
<string name="you_added_a_new_device">You added a new session \'%s\', which is requesting encryption keys.</string>
<string name="you_added_a_new_device_with_info">A new session is requesting encryption keys.\Session name: %1$s\nLast seen: %2$s\nIf you didnt log in on another session, ignore this request.</string>
<string name="you_added_a_new_device_with_info">A new session is requesting encryption keys.\nSession name: %1$s\nLast seen: %2$s\nIf you didnt log in on another session, ignore this request.</string>
<string name="your_unverified_device_requesting">Your unverified session \'%s\' is requesting encryption keys.</string>
<string name="your_unverified_device_requesting_with_info">An unverified session is requesting encryption keys.\nSession name: %1$s\nLast seen: %2$s\nIf you didnt log in on another session, ignore this request.</string>