diff --git a/app/src/main/res/values-de/strings.xml b/app/src/main/res/values-de/strings.xml index 2348e01c3960d66e021d3ee02b60dcbdda932aa2..3b0edec4009489c88d130537a5f8439a713b3cf7 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 c0cddc5d112b4141fe848ccf5d9a2f67a2c40f2e..d78395b56f723f85d483441912597ca37c2f72f0 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>