OSDN Git Service

b/6705777 Remove 'speaker' from strings
authorRoboErik <epastern@google.com>
Fri, 22 Jun 2012 00:05:52 +0000 (17:05 -0700)
committerRoboErik <epastern@google.com>
Fri, 22 Jun 2012 00:05:52 +0000 (17:05 -0700)
We should just say Tablet or Phone when selecting the local
playback instead of Tablet speakers or Phone speaker.

Change-Id: Ia6c439f711bacb7b1e70fbcf4887df8141f91b61

core/res/res/values/strings.xml

index da4d37a..325b6fe 100755 (executable)
 
     <!-- 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] -->