summaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorEric Fischer <enf@google.com>2011-01-07 10:41:50 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-01-07 10:41:50 -0800
commit483f2c277250278722f1a056124c608cc1bb3cc2 (patch)
tree2a0aa8b1eb757cff6920609e151f1ba7be179474 /packages
parent60525c824ccf11302a9b8343e72eba259485edea (diff)
parent77813aa918e8839b79f97123000eb46001839b26 (diff)
downloadframeworks_base-483f2c277250278722f1a056124c608cc1bb3cc2.zip
frameworks_base-483f2c277250278722f1a056124c608cc1bb3cc2.tar.gz
frameworks_base-483f2c277250278722f1a056124c608cc1bb3cc2.tar.bz2
Merge "Mark the status bar configuration string untranslatable." into honeycomb
Diffstat (limited to 'packages')
-rw-r--r--packages/SystemUI/res/values-xlarge/config.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/res/values-xlarge/config.xml b/packages/SystemUI/res/values-xlarge/config.xml
index e140914..299ab97 100644
--- a/packages/SystemUI/res/values-xlarge/config.xml
+++ b/packages/SystemUI/res/values-xlarge/config.xml
@@ -24,7 +24,7 @@
<!-- Component to be used as the status bar service. Must implement the IStatusBar
interface. This name is in the ComponentName flattened format (package/class) -->
- <string name="config_statusBarComponent">com.android.systemui.statusbar.tablet.TabletStatusBar</string>
+ <string name="config_statusBarComponent" translatable="false">com.android.systemui.statusbar.tablet.TabletStatusBar</string>
<!-- Whether or not we show the number in the bar. -->
<bool name="config_statusBarShowNumber">false</bool>