1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-06-08 04:09:15 -04:00

i18n: remove redundant terms and sync

This commit is contained in:
bbedward
2026-06-03 10:32:51 -04:00
parent bfca1b46a6
commit 2f2d4c9d9b
32 changed files with 10323 additions and 6296 deletions
+1 -1
View File
@@ -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;