diff options
author | Dianne Hackborn <hackbod@google.com> | 2010-10-06 16:46:53 -0700 |
---|---|---|
committer | Dianne Hackborn <hackbod@google.com> | 2010-10-06 17:09:54 -0700 |
commit | b8f9c9cf7c0343c6c05296bb7af8fdccdc3b7a3b (patch) | |
tree | 83c4b034545eb027c8dfa1ac5b845ba784d9cdae /res | |
parent | 4b21f7cd9424eeb83838071a4419912ee5d5e41d (diff) | |
download | packages_apps_settings-b8f9c9cf7c0343c6c05296bb7af8fdccdc3b7a3b.zip packages_apps_settings-b8f9c9cf7c0343c6c05296bb7af8fdccdc3b7a3b.tar.gz packages_apps_settings-b8f9c9cf7c0343c6c05296bb7af8fdccdc3b7a3b.tar.bz2 |
Add confirmation when stopping system service, as per rwest.
Change-Id: I1cca31a87d3acfc49ffb4562d922d4577c0b1cba
Diffstat (limited to 'res')
-rw-r--r-- | res/values/strings.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index fbf0e00..5988e61 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -1895,6 +1895,12 @@ found in the list of installed applications.</string> <!-- Message that a process's provider is in use. --> <string name="process_provider_in_use_description">Provider <xliff:g id="comp_name">%1$s</xliff:g> is in use.</string> + <!-- Running service details, stop confirmation dialog title. Displays when user selects selects to stop a system service. --> + <string name="runningservicedetails_stop_dlg_title">Stop system service?</string> + <!-- Running service details, stop confirmation descriptive text. Displays when user selects selects to stop a system service. --> + <string name="runningservicedetails_stop_dlg_text">Are you sure you want to stop this system service? If you do, some + features of your phone may stop working correctly until you power it off + and then on again.</string> <!-- Language Settings --> <skip /> <!-- Title of setting on main settings screen. This item will take the user to the screen to tweak settings realted to locale and text --> |