mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-06-08 12:13:31 -04:00
i18n: remove redundant terms and sync
This commit is contained in:
@@ -218,7 +218,7 @@ Singleton {
|
||||
// Aggregated battery status
|
||||
readonly property string batteryStatus: {
|
||||
if (!batteryAvailable) {
|
||||
return I18n.tr("No Battery", "battery status");
|
||||
return I18n.tr("No battery", "battery status");
|
||||
}
|
||||
|
||||
const targetBatteries = stateKnownBatteries.length > 0 ? stateKnownBatteries : batteries;
|
||||
|
||||
Reference in New Issue
Block a user