mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-25 02:30:08 +01:00
trivial: fix WWAN killswitch name
It's an acronym and should thus be capitalized.
This commit is contained in:
parent
53ed3ab41f
commit
080738c432
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ rfkill_type_to_desc (RfKillType rtype)
|
|||
if (rtype == 0)
|
||||
return "WiFi";
|
||||
else if (rtype == 1)
|
||||
return "WWan";
|
||||
return "WWAN";
|
||||
else if (rtype == 2)
|
||||
return "WiMAX";
|
||||
return "unknown";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue