From 9850c5f3c2801c5deaccf0d984bdb86490d47fd1 Mon Sep 17 00:00:00 2001
From: Janne Koschinski <janne@kuschku.de>
Date: Sun, 15 Apr 2018 20:29:48 +0200
Subject: [PATCH] Fixed translations

---
 app/src/main/res/values-de/strings.xml | 3 +++
 app/src/main/res/values/strings.xml    | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/app/src/main/res/values-de/strings.xml b/app/src/main/res/values-de/strings.xml
index 2348e01c3..3b0edec40 100644
--- a/app/src/main/res/values-de/strings.xml
+++ b/app/src/main/res/values-de/strings.xml
@@ -77,4 +77,7 @@
   <string name="notification_channel_highlight_title">Erwähnungen</string>
 
   <string name="buffer_delete_confirmation">Bist du sicher, dass du diesen Chat auf ewig löschen möchtest?</string>
+
+  <string name="delete_confirmation">Bist du sicher, dass du dies auf ewig löschen möchtest? Dies kann nicht Rückgängig gemacht werden.</string>
+  <string name="cancel_confirmation">Du hast nicht gespeicherte Änderungen. Möchtest du sie verwerfen?</string>
 </resources>
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index c0cddc5d1..d78395b56 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -80,6 +80,6 @@
 
   <string name="buffer_delete_confirmation">Do you want to delete this buffer permanently?</string>
 
-  <string name="delete_confirmation">Are you sure you want to delete this permanently? This can not be undone</string>
+  <string name="delete_confirmation">Are you sure you want to delete this permanently? This can not be undone.</string>
   <string name="cancel_confirmation">You have unsaved changes. Do you wish to discard them?</string>
 </resources>
-- 
GitLab