aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2017-12-16 22:21:48 +0100
committerChristian Schneppe <christian@pix-art.de>2017-12-16 22:21:48 +0100
commit0f415f6791270500f0f82224c1bdb5b6a6a5bf01 (patch)
treea1c324e2302284e1d081c661ad47bf6f44be088b
parent3ac4a7c3ec1d12cb0d4b4d2770751f7863234454 (diff)
fix format string
-rw-r--r--src/main/res/values-de/strings.xml2
-rw-r--r--src/main/res/values-es/strings.xml2
-rw-r--r--src/main/res/values/strings.xml2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/main/res/values-de/strings.xml b/src/main/res/values-de/strings.xml
index b7a399297..032bc38d8 100644
--- a/src/main/res/values-de/strings.xml
+++ b/src/main/res/values-de/strings.xml
@@ -739,7 +739,7 @@
<string name="no_application_found_to_open_link">Keine Anwendung zum Öffnen von Webseiten gefunden</string>
<string name="contacts_have_read_up_to_this_point">%s haben bis hierher gelesen</string>
<string name="contact_has_read_up_to_this_point">%s hat bis hierher gelesen</string>
- <string name="contacts_and_n_more_have_read_up_to_this_point">%1$s und %2$d% weitere haben bis hierher gelesen</string>
+ <string name="contacts_and_n_more_have_read_up_to_this_point">%1$s und %2$d weitere haben bis hierher gelesen</string>
<string name="pref_return_to_previous">Schnell teilen</string>
<string name="pref_return_to_previous_summary">Nach dem Teilen sofort wieder zur vorherigen App zurückkehren anstatt den Chat zu öffnen</string>
<string name="conversation_unencrypted_hint">Dieser Chat ist unverschlüsselt, aus Sicherheitsgründen sollte eine Nachrichtenverschlüsselung über das Schloss Symbol aktiviert werden. Die bevorzugte Verschlüsselung ist OMEMO.</string>
diff --git a/src/main/res/values-es/strings.xml b/src/main/res/values-es/strings.xml
index 97f350f2e..045c5213f 100644
--- a/src/main/res/values-es/strings.xml
+++ b/src/main/res/values-es/strings.xml
@@ -739,7 +739,7 @@
<string name="no_application_found_to_open_link">No se ha encontrado aplicación para abrir la página web</string>
<string name="contacts_have_read_up_to_this_point">%s han leído hasta este punto</string>
<string name="contact_has_read_up_to_this_point">%s ha leído hasta este punto</string>
- <string name="contacts_and_n_more_have_read_up_to_this_point">%1$s +%2$d% más han leído hasta este punto</string>
+ <string name="contacts_and_n_more_have_read_up_to_this_point">%1$s y %2$d más han leído hasta este punto</string>
<string name="pref_return_to_previous">Compartir rápido</string>
<string name="pref_return_to_previous_summary">Después de compartir, vuelve inmediatamente a la aplicación anterior en lugar de abrir el chat</string>
<string name="conversation_unencrypted_hint">Este chat no está cifrado, por razones de seguridad, debes activar el cifrado de mensajes mediante el icono de bloqueo. El cifrado preferible es OMEMO.</string>
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml
index 6b3f41556..05420f06e 100644
--- a/src/main/res/values/strings.xml
+++ b/src/main/res/values/strings.xml
@@ -738,7 +738,7 @@
<string name="no_application_found_to_open_link">No application found to open link</string>
<string name="contacts_have_read_up_to_this_point">%s have read up to this point</string>
<string name="contact_has_read_up_to_this_point">%s has read up to this point</string>
- <string name="contacts_and_n_more_have_read_up_to_this_point">%1$s +%2$d% more have read up to this point</string>
+ <string name="contacts_and_n_more_have_read_up_to_this_point">%1$s and %2$d more have read up to this point</string>
<string name="pref_return_to_previous">Quick Sharing</string>
<string name="pref_return_to_previous_summary">Immediately return to previous activity instead of opening the conversation after sharing something</string>
<string name="conversation_unencrypted_hint">This chat is unencrypted, for security reasons you should activate message encryption by using the lock icon. The preferable encryption is OMEMO.</string>