mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
remove translations of signal strength
- It makes no sense to translate either of this - There's chance that this value won't be valid in case of not functional ofono. which results in giant I18n argument missing error. If translation was added to translate netreg.strength, I plan to remove it anyway.
This commit is contained in:
parent
cab38bbd97
commit
d37c2c993e
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ Item {
|
|||
left: strengthIcon.right
|
||||
verticalCenter: parent.verticalCenter
|
||||
}
|
||||
text: i18nc("<strength of network>% <network name>", "%1% %2", netreg.strength, netreg.name)
|
||||
text: netreg.strength + "% " + netreg.name
|
||||
color: PlasmaCore.ColorScope.textColor
|
||||
font.pixelSize: parent.height / 2
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue