String change - wifi tether = hotspot

bug:2664412
Change-Id: I6ca955e7fcc299ae1d69892c93c9250229610b19
This commit is contained in:
Robert Greenwalt
2010-05-08 15:20:24 -07:00
parent d2c81986c2
commit e434bfb216
7 changed files with 50 additions and 27 deletions

View File

@@ -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"

View File

@@ -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"