diff options
author | Robert Greenwalt <robdroid@android.com> | 2010-05-08 15:07:53 -0700 |
---|---|---|
committer | Robert Greenwalt <robdroid@android.com> | 2010-05-08 15:07:53 -0700 |
commit | ebdbc7ec112722cf0da3ac388c5579d1776b5a1a (patch) | |
tree | f21320c3e9e3ed3729cb696d0c799340f639c6f4 /core/res | |
parent | c6cb8a78d03cda44a49a990b4d4153560bee7420 (diff) | |
download | frameworks_base-ebdbc7ec112722cf0da3ac388c5579d1776b5a1a.zip frameworks_base-ebdbc7ec112722cf0da3ac388c5579d1776b5a1a.tar.gz frameworks_base-ebdbc7ec112722cf0da3ac388c5579d1776b5a1a.tar.bz2 |
String change to refer to wifi tether as hotspot
bug:2664412
Change-Id: I9ab110f88551d03a9215b81887675c50aa575d9a
Diffstat (limited to 'core/res')
-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 --> |