summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorRoboErik <epastern@google.com>2012-06-21 17:05:52 -0700
committerRoboErik <epastern@google.com>2012-06-21 17:05:52 -0700
commitbe76e215438c049c3e1f771565438d833f4de861 (patch)
tree87130fac4f00742e91c26fcb318b32749a61ff79 /core
parent89c6bec3218d2f3f6d9fbe04fe2936021440ea80 (diff)
downloadframeworks_base-be76e215438c049c3e1f771565438d833f4de861.zip
frameworks_base-be76e215438c049c3e1f771565438d833f4de861.tar.gz
frameworks_base-be76e215438c049c3e1f771565438d833f4de861.tar.bz2
b/6705777 Remove 'speaker' from strings
We should just say Tablet or Phone when selecting the local playback instead of Tablet speakers or Phone speaker. Change-Id: Ia6c439f711bacb7b1e70fbcf4887df8141f91b61
Diffstat (limited to 'core')
-rwxr-xr-xcore/res/res/values/strings.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml
index da4d37a..325b6fe 100755
--- a/core/res/res/values/strings.xml
+++ b/core/res/res/values/strings.xml
@@ -3552,11 +3552,11 @@
<!-- Name of the default audio route for tablets when nothing
is connected to a headphone or other wired audio output jack. [CHAR LIMIT=50] -->
- <string name="default_audio_route_name" product="tablet">Tablet speakers</string>
+ <string name="default_audio_route_name" product="tablet">Tablet</string>
<!-- Name of the default audio route when nothing is connected to
a headphone or other wired audio output jack. [CHAR LIMIT=50] -->
- <string name="default_audio_route_name" product="default">Phone speaker</string>
+ <string name="default_audio_route_name" product="default">Phone</string>
<!-- Name of the default audio route when wired headphones are
connected. [CHAR LIMIT=50] -->