am 757b3c27: Fix ordering of product-specific strings

* commit '757b3c274ef0df765bcbc351a64367ed39e69369':
  Fix ordering of product-specific strings
This commit is contained in:
Adam Powell
2012-06-03 14:52:59 -07:00
committed by Android Git Automerger

View File

@@ -3568,14 +3568,14 @@
from the activity resolver to use just this once. [CHAR LIMIT=25] -->
<string name="activity_resolver_use_once">Just once</string>
<!-- Name of the default audio route when nothing is connected to
a headphone or other wired audio output jack. [CHAR LIMIT=25] -->
<string name="default_audio_route_name" product="default">Phone speaker</string>
<!-- Name of the default audio route for tablets when nothing
is connected to a headphone or other wired audio output jack. [CHAR LIMIT=25] -->
<string name="default_audio_route_name" product="tablet">Tablet speakers</string>
<!-- Name of the default audio route when nothing is connected to
a headphone or other wired audio output jack. [CHAR LIMIT=25] -->
<string name="default_audio_route_name" product="default">Phone speaker</string>
<!-- Name of the default audio route when wired headphones are
connected. [CHAR LIMIT=25] -->
<string name="default_audio_route_name_headphones">Headphones</string>