diff options
author | Hung-ying Tyan <tyanh@google.com> | 2009-06-14 17:53:19 +0800 |
---|---|---|
committer | Hung-ying Tyan <tyanh@google.com> | 2009-06-14 17:53:19 +0800 |
commit | 71e2d3bc3a85b86438ad5be1561b9ea3c967948e (patch) | |
tree | 7e20bbd03afe501765fedaff32537d6445a10629 /res/values | |
parent | b315980367699d2c071007e682805f66773f191d (diff) | |
download | packages_apps_settings-71e2d3bc3a85b86438ad5be1561b9ea3c967948e.zip packages_apps_settings-71e2d3bc3a85b86438ad5be1561b9ea3c967948e.tar.gz packages_apps_settings-71e2d3bc3a85b86438ad5be1561b9ea3c967948e.tar.bz2 |
Remove LAUNCHER category from VPN settings activity's intent filter.
Also add preference summary to the VPN entry in the security settings.
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index c19f833..c6c3a2c 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -1800,5 +1800,5 @@ found in the list of installed applications.</string> <string name="vpn_settings_category">VPN</string> <string name="vpn_settings_title">VPN</string> - <string name="vpn_settings_summary">Set up and manage VPN configurations, connections</string> + <string name="vpn_settings_summary">Set up & manage VPN configurations, connections</string> </resources> |