diff options
| author | 2010-05-10 10:12:58 -0700 | |
|---|---|---|
| committer | 2010-05-10 10:12:58 -0700 | |
| commit | c8d1556fb8e78dc6cecc8dc52f2bf0e093c968f4 (patch) | |
| tree | f2aa49da90adeb370cd460a507e2dcee085ecb54 | |
| parent | 717e135c17239ff3dd0698eb82b26f8e8ade0d08 (diff) | |
| parent | b74a239fd2e729c41b0cb87cbc606530ed631a41 (diff) | |
am b74a239f: Merge "String change to refer to wifi tether as hotspot" into froyo
Merge commit 'b74a239fd2e729c41b0cb87cbc606530ed631a41' into froyo-plus-aosp
* commit 'b74a239fd2e729c41b0cb87cbc606530ed631a41':
String change to refer to wifi tether as hotspot
| -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 a76c70cf0174..86bfe94cbf8f 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 --> |