Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b279a0a7 authored by Eric Fischer's avatar Eric Fischer Committed by Android Git Automerger
Browse files

am 483f2c27: Merge "Mark the status bar configuration string untranslatable." into honeycomb

* commit '483f2c27':
  Mark the status bar configuration string untranslatable.
parents 73746fa9 483f2c27
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>