diff options
author | Robert Greenwalt <robdroid@android.com> | 2010-05-08 15:20:24 -0700 |
---|---|---|
committer | Robert Greenwalt <robdroid@android.com> | 2010-05-08 17:20:26 -0700 |
commit | e434bfb216682a6ca331fa54ce58a2bff7adf8d7 (patch) | |
tree | 1f1520504b0115a0b7beb17649348273529576a5 /res/xml | |
parent | d2c81986c236ed680cfae5e420561028ae4cc0d2 (diff) | |
download | packages_apps_Settings-e434bfb216682a6ca331fa54ce58a2bff7adf8d7.zip packages_apps_Settings-e434bfb216682a6ca331fa54ce58a2bff7adf8d7.tar.gz packages_apps_Settings-e434bfb216682a6ca331fa54ce58a2bff7adf8d7.tar.bz2 |
String change - wifi tether = hotspot
bug:2664412
Change-Id: I6ca955e7fcc299ae1d69892c93c9250229610b19
Diffstat (limited to 'res/xml')
-rw-r--r-- | res/xml/tether_prefs.xml | 3 | ||||
-rw-r--r-- | res/xml/wireless_settings.xml | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/res/xml/tether_prefs.xml b/res/xml/tether_prefs.xml index b4ce7c3..6e3d062 100644 --- a/res/xml/tether_prefs.xml +++ b/res/xml/tether_prefs.xml @@ -14,8 +14,7 @@ limitations under the License. --> -<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" - android:title="@string/tether_screen_title"> +<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"> <CheckBoxPreference android:key="usb_tether_settings" diff --git a/res/xml/wireless_settings.xml b/res/xml/wireless_settings.xml index 5ee758a..7c91d50 100644 --- a/res/xml/wireless_settings.xml +++ b/res/xml/wireless_settings.xml @@ -58,8 +58,8 @@ <PreferenceScreen android:key="tether_settings" - android:title="@string/tether_settings_title" - android:summary="@string/tether_settings_summary"> + android:title="@string/tether_settings_title_both" + android:summary="@string/tether_settings_summary_both"> <intent android:action="android.intent.action.MAIN" android:targetPackage="com.android.settings" |