From 7f3db513e563246234ffff71c99763c35c9e6d23 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Daniel=20Mart=C3=AD?= <mvdan@mvdan.cc>
Date: Wed, 17 Jun 2015 12:07:00 +0200
Subject: [PATCH] Don't mention automatic app updates, closes #280

This feature is not yet implemented. The new sentence is more generic and
doesn't get us into trouble.
---
 F-Droid/res/values/strings.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/F-Droid/res/values/strings.xml b/F-Droid/res/values/strings.xml
index 7f1a73fd3..a088f4260 100644
--- a/F-Droid/res/values/strings.xml
+++ b/F-Droid/res/values/strings.xml
@@ -302,16 +302,16 @@
     <string name="system_permission_install_via_root">Install as a privileged app</string>
     <string name="system_install_first_time_notification">Install privileged F-Droid?</string>
     <string name="system_install_first_time_notification_message_short">Touch for more information.</string>
-    <string name="system_install_first_time_notification_message">Touch to install F-Droid as a privileged app, tightly coupled with the Android operating system. This enables extended features, such as automatic app updates.\nYou can also do this later from F-Droid\'s preferences.</string>
+    <string name="system_install_first_time_notification_message">Touch to install F-Droid as a privileged app, tightly coupled with the Android operating system. This allows F-Droid to install, upgrade and uninstall apps on its own.\nYou can also do this later from F-Droid\'s preferences.</string>
     <string name="system_install_post_success">Successful installation as a privileged app</string>
     <string name="system_install_post_fail">Installation as a privileged app failed</string>
-    <string name="system_install_post_success_message">F-Droid has been successfully installed as a privileged app. This enables extended features, such as automatic app updates.</string>
+    <string name="system_install_post_success_message">F-Droid has been successfully installed as a privileged app. This allows F-Droid to install, upgrade and uninstall apps on its own.</string>
     <string name="system_install_post_fail_message">The installation of F-Droid as a privileged app failed. The installation method is not supported by all Android distributions, please consult the F-Droid bug tracker for more information.</string>
     <string name="system_install_installing">installing…</string>
     <string name="system_install_uninstalling">uninstalling…</string>
     <string name="system_install_question">Do you want to install F-Droid as a privileged app?\nThis takes up to 10 seconds where &lt;b>no user interface&lt;/b> is shown.</string>
     <string name="system_install_question_lollipop">Do you want to install F-Droid as a privileged app?\nThis takes up to 10 seconds where &lt;b>no user interface&lt;/b> is shown and the device will be &lt;b>rebooted&lt;/b> afterwards.</string>
-    <string name="system_install_first_time_message">Looks like you have root access on your device. You can now install F-Droid as a privileged app, tightly coupled with the Android operating system. This enables extended features, such as automatic app updates.</string>
+    <string name="system_install_first_time_message">Looks like you have root access on your device. You can now install F-Droid as a privileged app, tightly coupled with the Android operating system. This allows F-Droid to install, upgrade and uninstall apps on its own.</string>
     <string name="system_uninstall">Do you want to uninstall F-Droid?</string>
     <string name="system_uninstall_message">This will uninstall F-Droid completely.</string>
     <string name="system_uninstall_button">Uninstall</string>