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

Commit 77813aa9 authored by Eric Fischer's avatar Eric Fischer
Browse files

Mark the status bar configuration string untranslatable.

Change-Id: I77dd3b7cfca6601064329382c9ef88924af17506
parent 478353e2
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>