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:
@@ -245,7 +245,7 @@ QtObject {
|
||||
{
|
||||
"id": "builtin_vpn",
|
||||
"text": I18n.tr("VPN"),
|
||||
"description": I18n.tr("VPN connections"),
|
||||
"description": I18n.tr("VPN Connections"),
|
||||
"icon": "vpn_key",
|
||||
"type": "builtin_plugin",
|
||||
"enabled": DMSNetworkService.available,
|
||||
|
||||
@@ -25,7 +25,7 @@ CompoundPill {
|
||||
return `${BatteryService.batteryLevel}% • ` + I18n.tr("Charging");
|
||||
}
|
||||
if (BatteryService.isPluggedIn) {
|
||||
return `${BatteryService.batteryLevel}% • ` + I18n.tr("Plugged in");
|
||||
return `${BatteryService.batteryLevel}% • ` + I18n.tr("Plugged In");
|
||||
}
|
||||
return `${BatteryService.batteryLevel}%`;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user