diff options
author | DvTonder <david.vantonder@gmail.com> | 2013-06-22 07:31:43 -0400 |
---|---|---|
committer | DvTonder <david.vantonder@gmail.com> | 2013-06-22 07:31:43 -0400 |
commit | afb635c9956b03f8303d89ab7022cb88b8eec75e (patch) | |
tree | 2ae2d93ae00a0e69fd58b3df2781f4e5a02c3839 /res/xml | |
parent | db66a296cbb45cbf8e13089dc324d28ec954be08 (diff) | |
download | packages_apps_settings-afb635c9956b03f8303d89ab7022cb88b8eec75e.zip packages_apps_settings-afb635c9956b03f8303d89ab7022cb88b8eec75e.tar.gz packages_apps_settings-afb635c9956b03f8303d89ab7022cb88b8eec75e.tar.bz2 |
Settings: Rename 'Power sounds' to 'Charging sounds' and add summary
Change-Id: I1cb872917e2d03f0a1c77c25c27f2a0496f9bc05
Diffstat (limited to 'res/xml')
-rw-r--r-- | res/xml/sound_settings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/xml/sound_settings.xml b/res/xml/sound_settings.xml index af5df86..b552634 100644 --- a/res/xml/sound_settings.xml +++ b/res/xml/sound_settings.xml @@ -170,6 +170,7 @@ <CheckBoxPreference android:key="power_notifications" android:title="@string/power_notifications_enable_title" + android:summary="@string/power_notifications_enable_summary" android:defaultValue="false" android:persistent="false" /> |