diff options
author | dhacker29 <dhackerdvm@gmail.com> | 2015-11-04 14:35:49 +0100 |
---|---|---|
committer | Gerrit Code Review <gerrit@cyanogenmod.org> | 2015-11-05 22:32:59 -0800 |
commit | 9c79b562b082e8238008979bb74a5f904d0d537d (patch) | |
tree | 6ececadf9e2179ab31d07cbb679b087703087605 /res/values/cm_strings.xml | |
parent | bd55cfcd90d60bf2b775f2d8e53706d9691f9442 (diff) | |
download | packages_apps_Settings-9c79b562b082e8238008979bb74a5f904d0d537d.zip packages_apps_Settings-9c79b562b082e8238008979bb74a5f904d0d537d.tar.gz packages_apps_Settings-9c79b562b082e8238008979bb74a5f904d0d537d.tar.bz2 |
Add back missing Notification ringtone title
Change-Id: If335272d47d241ffd7a7945c6e77e33d0426ca6f
Diffstat (limited to 'res/values/cm_strings.xml')
-rw-r--r-- | res/values/cm_strings.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml index d9e0745..e912a8e 100644 --- a/res/values/cm_strings.xml +++ b/res/values/cm_strings.xml @@ -668,4 +668,7 @@ <string name="autoperf_summary">Automatically choose an appropriate battery mode for various apps</string> <string name="perf_profile_title">Battery mode</string> + <!-- Sound & notification > Sound section: Title for the option defining the default notification ringtone. [CHAR LIMIT=30] --> + <string name="notification_ringtone_title_cm">Notification ringtone</string> + </resources> |