aboutsummaryrefslogtreecommitdiffstats
path: root/src/main
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-01-19 21:13:40 +0100
committerChristian Schneppe <christian@pix-art.de>2018-01-19 21:13:40 +0100
commit489588ce6ec8f3a6866180dee57d4cdc1798be23 (patch)
treea2818ca3bab053afc60a1ad25a8df315acd06fe4 /src/main
parent081d73c28039a579a84b8ba591720e0ad962dbec (diff)
fix some strings
Diffstat (limited to 'src/main')
-rw-r--r--src/main/res/values-de/strings.xml2
-rw-r--r--src/main/res/values/strings.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/main/res/values-de/strings.xml b/src/main/res/values-de/strings.xml
index 910ba42af..013dacf14 100644
--- a/src/main/res/values-de/strings.xml
+++ b/src/main/res/values-de/strings.xml
@@ -727,7 +727,7 @@
<string name="pref_validate_hostname_summary">Serverzertifikate, die den überprüften Hostnamen enthalten, werden als verifiziert betrachtet</string>
<string name="network_is_unreachable">Netzwerk nicht verfügbar</string>
<string name="certificate_does_not_contain_jid">Zertifikat enthält keine Jabber-ID</string>
- <string name="error_no_keys_to_trust_presence">Für diesen Kontakt sind keine benutzbaren Schlüssel verfügbar.\\nStelle sicher, dass du den gegenseitigen Online-Status aktiviert hast.</string>
+ <string name="error_no_keys_to_trust_presence">Für diesen Kontakt sind keine benutzbaren Schlüssel verfügbar.\nStelle sicher, dass du den gegenseitigen Online-Status aktiviert hast.</string>
<string name="mark_as_read">Als gelesen markieren</string>
<string name="server_info_partial">teilweise</string>
<string name="pref_show_foreground_service_summary">Einige Android Geräte schließen manche Apps nach einer gewissen Zeitspanne automatisch und du wirst keine neuen Nachrichten mehr empfangen können. Falls du solche Probleme hast, versuche den Vordergrunddienst zu aktivieren. Bitte beachte, dass dadurch ein permanenter Eintrag in der Benachrichtigungsleiste erscheint.</string>
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml
index 8a3dbeed3..b1b7e4248 100644
--- a/src/main/res/values/strings.xml
+++ b/src/main/res/values/strings.xml
@@ -726,7 +726,7 @@
<string name="pref_validate_hostname_summary">Server certificates that contain the validated hostname are considered verified</string>
<string name="network_is_unreachable">Network is unreachable</string>
<string name="certificate_does_not_contain_jid">Certificate does not contain a Jabber ID</string>
- <string name="error_no_keys_to_trust_presence">There are no usable keys available for this contact.\n\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="mark_as_read">Mark as read</string>
<string name="server_info_partial">partial</string>
<string name="pref_show_foreground_service_summary">Some Android devices will close some apps after a period of time and you won’t be able to receive new messages. If you have such problems, try to activate the foreground service. But keep in mind, that you will have a permanent notification with this option checked.</string>