From 346db627ba3dee71bea8ef49184dc7ef60c7286b Mon Sep 17 00:00:00 2001
From: Florian Sesser <florian@sesser.at>
Date: Wed, 20 Nov 2019 19:14:51 +0100
Subject: [PATCH] Language: Data is "kept", not "not lost".

---
 app/src/main/res/values/strings.xml | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index c1befc36a..d6a174630 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -537,20 +537,20 @@ This often occurs with apps installed via Google Play or other sources, if they
 
     <string name="install_confirm">needs access to</string>
     <string name="install_confirm_update">Do you want to install an update
-        to this existing app? Your existing data will not
-        be lost. The updated app will get access to:
+        to this existing app? Your existing data will
+        be kept. The updated app will get access to:
     </string>
     <string name="install_confirm_update_system">Do you want to install an update
-        to this built-in app? Your existing data will not
-        be lost. The updated app will get access to:
+        to this built-in app? Your existing data will
+        be kept. The updated app will get access to:
     </string>
     <string name="install_confirm_update_no_perms">Do you want to install an update
-        to this existing app? Your existing data will not
-        be lost. It does not require any special access.
+        to this existing app? Your existing data will
+        be kept. It does not require any special access.
     </string>
     <string name="install_confirm_update_system_no_perms">Do you want to install an update
-        to this built-in app? Your existing data will not
-        be lost. It does not require any special access.
+        to this built-in app? Your existing data will
+        be kept. It does not require any special access.
     </string>
     <string name="newPerms">New</string>
     <string name="allPerms">All</string>