summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Powell <adamp@google.com>2012-06-03 14:40:30 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2012-06-03 14:40:30 -0700
commitbdc177271ac8484d92218221a0166a273e6e6a10 (patch)
tree2dd35ac4a2e5b16b29674d96b4216274c7099004
parent58e29c06610054419339bb0a75c44ab30d6fe89a (diff)
parent9b12b4edcea9a66357b0483a81b79630d83dc6d9 (diff)
downloadframeworks_base-bdc177271ac8484d92218221a0166a273e6e6a10.zip
frameworks_base-bdc177271ac8484d92218221a0166a273e6e6a10.tar.gz
frameworks_base-bdc177271ac8484d92218221a0166a273e6e6a10.tar.bz2
am 9b12b4ed: Fix product-specific string declaration
* commit '9b12b4edcea9a66357b0483a81b79630d83dc6d9': Fix product-specific string declaration
-rwxr-xr-xcore/res/res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml
index 2ffb20b..8440054 100755
--- a/core/res/res/values/strings.xml
+++ b/core/res/res/values/strings.xml
@@ -3570,7 +3570,7 @@
<!-- 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">Phone speaker</string>
+ <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] -->