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

Commit a1775ac3 authored by Bruno Martins's avatar Bruno Martins
Browse files

SystemUI: Fix status bar battery icon title

The wrong string was being picked up which is not capitalized
and not even localized. Use the already localized string
from SystemUI package.

Change-Id: I4be427c95a0fb98c77d450e0791bb8e3442ed3a1
parent 2269a328
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -80,7 +80,7 @@

    <com.android.systemui.tuner.StatusBarSwitch
        android:key="battery"
        android:title="@*android:string/status_bar_battery" />
        android:title="@string/battery" />

    <com.android.systemui.tuner.StatusBarSwitch
        android:key="alarm_clock"