diff options
author | Claudia de Veaux <deveaux@google.com> | 2011-08-05 17:24:20 -0700 |
---|---|---|
committer | Claudia de Veaux <deveaux@google.com> | 2011-08-05 17:24:20 -0700 |
commit | 780d72d6cb53a38fae73659218b142703d047bc8 (patch) | |
tree | d290b0c793dd3f167c6dd0c5e065f28cd17817c3 /res/values | |
parent | 5c2d982f8e2bc1fc58ea89d747fde2c581095b37 (diff) | |
download | packages_apps_Settings-780d72d6cb53a38fae73659218b142703d047bc8.tar.gz packages_apps_Settings-780d72d6cb53a38fae73659218b142703d047bc8.tar.bz2 packages_apps_Settings-780d72d6cb53a38fae73659218b142703d047bc8.zip |
Fix for Bug 5110980 Settings: "VPN settings" renamed to "VPN". Changed two instances of "VPN settings" to "VPN".
Change-Id: I631ff361d32e0ee063e7fefde6a130e42e5f4dfd
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/strings.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 3684dcd47..3d5d38fd8 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -2987,7 +2987,7 @@ found in the list of installed applications.</string> <string name="gadget_toggle_bluetooth">Updating Bluetooth setting</string> <!-- Title of preference to enter the VPN settings activity --> - <string name="vpn_settings_title">VPN settings</string> + <string name="vpn_settings_title">VPN</string> <!-- Title of preference group for credential storage settings [CHAR LIMIT=30] --> <string name="credentials_title">Credential storage</string> @@ -3521,7 +3521,7 @@ found in the list of installed applications.</string> <string name="vpn_connect_to">Connect to <xliff:g id="network" example="School">%s</xliff:g></string> <!-- Preference title for VPN settings. [CHAR LIMIT=40] --> - <string name="vpn_title">VPN settings</string> + <string name="vpn_title">VPN</string> <!-- Preference title to create a new VPN network. [CHAR LIMIT=40] --> <string name="vpn_create">Add VPN network</string> <!-- Menu item to edit a VPN network. [CHAR LIMIT=40] --> |