diff options
| author | Adam Powell <adamp@google.com> | 2012-06-03 14:46:43 -0700 |
|---|---|---|
| committer | Adam Powell <adamp@google.com> | 2012-06-03 14:46:43 -0700 |
| commit | 757b3c274ef0df765bcbc351a64367ed39e69369 (patch) | |
| tree | 36e8d964a5dc596a23b9b797dd69ced113d6e4c7 /core | |
| parent | 9b12b4edcea9a66357b0483a81b79630d83dc6d9 (diff) | |
| download | frameworks_base-757b3c274ef0df765bcbc351a64367ed39e69369.zip frameworks_base-757b3c274ef0df765bcbc351a64367ed39e69369.tar.gz frameworks_base-757b3c274ef0df765bcbc351a64367ed39e69369.tar.bz2 | |
Fix ordering of product-specific strings
Change-Id: Ic825e13be639731380897b937d80938762fce5ce
Diffstat (limited to 'core')
| -rwxr-xr-x | core/res/res/values/strings.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml index 8440054..ec8634a9 100755 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -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> |
