summaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorEric Fischer <enf@google.com>2011-01-06 18:07:43 -0800
committerEric Fischer <enf@google.com>2011-01-06 18:07:43 -0800
commit77813aa918e8839b79f97123000eb46001839b26 (patch)
tree333af512fc99ad171cb4f63c7d1d0f602b54cb27 /packages
parent478353e23188cdd6f3dd3674f122b50ec37438b4 (diff)
downloadframeworks_base-77813aa918e8839b79f97123000eb46001839b26.zip
frameworks_base-77813aa918e8839b79f97123000eb46001839b26.tar.gz
frameworks_base-77813aa918e8839b79f97123000eb46001839b26.tar.bz2
Mark the status bar configuration string untranslatable.
Change-Id: I77dd3b7cfca6601064329382c9ef88924af17506
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>