diff options
Diffstat (limited to 'res/values/cm_strings.xml')
-rw-r--r-- | res/values/cm_strings.xml | 6 |
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> |