aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2017-01-30 19:20:11 +0100
committerChristian Schneppe <christian@pix-art.de>2017-01-30 19:20:11 +0100
commit62ad6a5a420c3ae7c9c3bb8a74cde81b12de2606 (patch)
treebba1775598d002f2294dc02afd4757500feca27a /src
parent489bc37c39989a2a14a747213f3b6478c7f2f9be (diff)
correct strings
Diffstat (limited to '')
-rw-r--r--src/main/res/values-de/strings.xml2
-rw-r--r--src/main/res/values/arrays.xml4
-rw-r--r--src/main/res/values/strings.xml4
3 files changed, 5 insertions, 5 deletions
diff --git a/src/main/res/values-de/strings.xml b/src/main/res/values-de/strings.xml
index b3f808120..56793b23f 100644
--- a/src/main/res/values-de/strings.xml
+++ b/src/main/res/values-de/strings.xml
@@ -684,7 +684,7 @@
<string name="encrypting_message">Nachricht wird verschlüsselt</string>
<string name="pref_automatically_delete_messages">Nachrichten automatisch löschen</string>
<string name="pref_automatically_delete_messages_description">Nachrichten von diesel Gerät nach dem eingestellten Zeitfenster automatisch löschen.</string>
- <string name="timeout_24_hours">24 Studnen</string>
+ <string name="timeout_24_hours">24 Stunden</string>
<string name="timeout_30_days">30 Tage</string>
<string name="timeout_6_months">6 Monate</string>
<string name="timeout_7_days">7 Tage</string>
diff --git a/src/main/res/values/arrays.xml b/src/main/res/values/arrays.xml
index a4b20e3ab..c0f9ca881 100644
--- a/src/main/res/values/arrays.xml
+++ b/src/main/res/values/arrays.xml
@@ -100,8 +100,4 @@
<item>@string/timeout_6_months</item>
</string-array>
- <string name="timeout_24_hours">24 hours</string>
- <string name="timeout_7_days">7 days</string>
- <string name="timeout_30_days">30 days</string>
- <string name="timeout_6_months">6 months</string>
</resources>
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml
index 738b2a441..4df0cc10b 100644
--- a/src/main/res/values/strings.xml
+++ b/src/main/res/values/strings.xml
@@ -730,4 +730,8 @@
<string name="pref_automatically_delete_messages_description">Automatically delete messages from this device that are older than the configured time frame.</string>
<string name="pref_automatically_delete_messages">Automatic message deletion</string>
<string name="not_fetching_history_retention_period">Overstepping local retention period.</string>
+ <string name="timeout_24_hours">24 hours</string>
+ <string name="timeout_7_days">7 days</string>
+ <string name="timeout_30_days">30 days</string>
+ <string name="timeout_6_months">6 months</string>
</resources>