summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorBrint E. Kriebel <bekit@cyngn.com>2014-05-21 14:39:45 -0700
committerMichael Bestas <mikeioannina@gmail.com>2015-12-12 07:21:50 -0800
commitc5a412635a1101c6c4f97e07f97209c650edbd7d (patch)
tree9b4ed29a970f13a56f18573f299e5480484fe7ed /res/values
parent7591850311f9a5cc2d29a81b80f3ddc38ec4ca56 (diff)
downloadpackages_apps_Settings-c5a412635a1101c6c4f97e07f97209c650edbd7d.zip
packages_apps_Settings-c5a412635a1101c6c4f97e07f97209c650edbd7d.tar.gz
packages_apps_Settings-c5a412635a1101c6c4f97e07f97209c650edbd7d.tar.bz2
development: Add setting for updating recovery
When enabled, the recovery of the device will be updated with the version of the installed system. Change-Id: I519905341b9cba9c2ab09f5d9c6e88f4025a73a7
Diffstat (limited to 'res/values')
-rw-r--r--res/values/cm_strings.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml
index bc89a31..6485eb2 100644
--- a/res/values/cm_strings.xml
+++ b/res/values/cm_strings.xml
@@ -60,6 +60,12 @@
<!-- CM Updater -->
<string name="cmupdate_settings_title">CyanogenMod updates</string>
+ <!-- Settings switch for updating Cyanogen recovery -->
+ <string name="update_recovery_title">Update Cyanogen recovery</string>
+ <string name="update_recovery_summary">Update recovery with system updates</string>
+ <string name="update_recovery_on_warning">NOTICE: When this feature is enabled, your installed recovery will be replaced by one included with the current version of the running OS.\n\nYour recovery will be updated along with upgrades to your system, helping to ensure compatibility with future versions.\n\nWould you like to enable this feature?</string>
+ <string name="update_recovery_off_warning">WARNING: When this feature is disabled, your installed recovery will not be updated with OS upgrades.\n\nFuture OS updates may not install with outdated or custom recovery versions.\n\nDo you really want to disable this feature?</string>
+
<!-- Themes Settings -->
<!-- Settings main menu entry -->
<string name="themes_settings_title">Themes</string>