diff options
author | Robert Greenwalt <robdroid@android.com> | 2010-05-10 10:11:12 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2010-05-10 10:11:12 -0700 |
commit | b74a239fd2e729c41b0cb87cbc606530ed631a41 (patch) | |
tree | 4a0cc8ac4ee900e6a512809eb6dba00ea9c2687d | |
parent | 62c28caee4a26e106134264f917bacef77438483 (diff) | |
parent | ebdbc7ec112722cf0da3ac388c5579d1776b5a1a (diff) | |
download | frameworks_base-b74a239fd2e729c41b0cb87cbc606530ed631a41.zip frameworks_base-b74a239fd2e729c41b0cb87cbc606530ed631a41.tar.gz frameworks_base-b74a239fd2e729c41b0cb87cbc606530ed631a41.tar.bz2 |
Merge "String change to refer to wifi tether as hotspot" into froyo
-rw-r--r-- | core/res/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml index a76c70c..86bfe94 100644 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -2257,7 +2257,7 @@ <!-- Strings for tethered notification --> <!-- Shown when the device is tethered --> - <string name="tethered_notification_title">Tethering active</string> + <string name="tethered_notification_title">Tethering or hotspot active</string> <string name="tethered_notification_message">Touch to configure</string> <!-- Strings for throttling notification --> |