Change language to clarify auto download preference

The previous language hinted at the fact we auto download and install
updates like Google Play. This is not the case (unless you have
priv-ext). To clarify, now we "Automatically _fetch_ updates", ready to
install when the user initiates the install.

Fixes #839.
This commit is contained in:
Peter Serwylo 2017-03-17 08:59:52 +11:00
parent 836d16393d
commit 53bed0f2e1

View File

@ -22,8 +22,8 @@
<string name="update_interval_zero">No automatic app list updates</string> <string name="update_interval_zero">No automatic app list updates</string>
<string name="automatic_scan_wifi">Only on Wi-Fi</string> <string name="automatic_scan_wifi">Only on Wi-Fi</string>
<string name="automatic_scan_wifi_on">Only update automatically on unmetered networks like Wi-Fi</string> <string name="automatic_scan_wifi_on">Only update automatically on unmetered networks like Wi-Fi</string>
<string name="update_auto_download">Automatically download updates</string> <string name="update_auto_download">Automatically fetch updates</string>
<string name="update_auto_download_summary">Download the update files in the background</string> <string name="update_auto_download_summary">Updates are downloaded automatically and you are notified to install them</string>
<string name="update_auto_install">Automatically install updates</string> <string name="update_auto_install">Automatically install updates</string>
<string name="update_auto_install_summary">Download and install update apps in the background</string> <string name="update_auto_install_summary">Download and install update apps in the background</string>
<string name="notify">Update notifications</string> <string name="notify">Update notifications</string>