mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
As an acronym, SIM should be upper-case
It stands for Subscriber Identity Module
This commit is contained in:
parent
d238aa3031
commit
8335934aef
2 changed files with 2 additions and 2 deletions
|
|
@ -15,6 +15,6 @@ QtObject {
|
|||
property string icon: "network-mobile-" + Math.floor(SignalIndicator.strength / 20) * 20
|
||||
|
||||
property string label: !SignalIndicator.available ? ""
|
||||
: SignalIndicator.simLocked ? i18n("Sim Locked") : SignalIndicator.name
|
||||
: SignalIndicator.simLocked ? i18n("SIM Locked") : SignalIndicator.name
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -15,6 +15,6 @@ QtObject {
|
|||
property string icon: "network-mobile-" + Math.floor(SignalIndicator.strength / 20) * 20
|
||||
|
||||
property string label: !SignalIndicator.available ? ""
|
||||
: SignalIndicator.simLocked ? i18n("Sim Locked") : SignalIndicator.name
|
||||
: SignalIndicator.simLocked ? i18n("SIM Locked") : SignalIndicator.name
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue