Skip to content

Commit 757b3c2

Browse files
committed
Fix ordering of product-specific strings
Change-Id: Ic825e13be639731380897b937d80938762fce5ce
1 parent 9b12b4e commit 757b3c2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

core/res/res/values/strings.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3568,14 +3568,14 @@
35683568
from the activity resolver to use just this once. [CHAR LIMIT=25] -->
35693569
<string name="activity_resolver_use_once">Just once</string>
35703570

3571-
<!-- Name of the default audio route when nothing is connected to
3572-
a headphone or other wired audio output jack. [CHAR LIMIT=25] -->
3573-
<string name="default_audio_route_name" product="default">Phone speaker</string>
3574-
35753571
<!-- Name of the default audio route for tablets when nothing
35763572
is connected to a headphone or other wired audio output jack. [CHAR LIMIT=25] -->
35773573
<string name="default_audio_route_name" product="tablet">Tablet speakers</string>
35783574

3575+
<!-- Name of the default audio route when nothing is connected to
3576+
a headphone or other wired audio output jack. [CHAR LIMIT=25] -->
3577+
<string name="default_audio_route_name" product="default">Phone speaker</string>
3578+
35793579
<!-- Name of the default audio route when wired headphones are
35803580
connected. [CHAR LIMIT=25] -->
35813581
<string name="default_audio_route_name_headphones">Headphones</string>

0 commit comments

Comments
 (0)