Skip to content

Commit be76e21

Browse files
committed
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
1 parent 89c6bec commit be76e21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/res/res/values/strings.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3552,11 +3552,11 @@
35523552

35533553
<!-- Name of the default audio route for tablets when nothing
35543554
is connected to a headphone or other wired audio output jack. [CHAR LIMIT=50] -->
3555-
<string name="default_audio_route_name" product="tablet">Tablet speakers</string>
3555+
<string name="default_audio_route_name" product="tablet">Tablet</string>
35563556

35573557
<!-- Name of the default audio route when nothing is connected to
35583558
a headphone or other wired audio output jack. [CHAR LIMIT=50] -->
3559-
<string name="default_audio_route_name" product="default">Phone speaker</string>
3559+
<string name="default_audio_route_name" product="default">Phone</string>
35603560

35613561
<!-- Name of the default audio route when wired headphones are
35623562
connected. [CHAR LIMIT=50] -->

0 commit comments

Comments
 (0)