network: Rename "Wireless" to "Wi-Fi" in the UI
We support multiple kinds of wireless networks; clarify which kind we're talking about here. Also, add "Wi-Fi" and "Wifi" to the desktop file search keywords (leaving "Wireless" there as well). https://bugzilla.gnome.org/show_bug.cgi?id=677143
This commit is contained in:
parent
cb89cee151
commit
9e5a8eb5c8
3 changed files with 7 additions and 7 deletions
|
@ -87,7 +87,7 @@ panel_device_to_localized_string (NMDevice *device)
|
|||
break;
|
||||
case NM_DEVICE_TYPE_WIFI:
|
||||
/* TRANSLATORS: device type */
|
||||
value = _("Wireless");
|
||||
value = _("Wi-Fi");
|
||||
break;
|
||||
case NM_DEVICE_TYPE_MODEM:
|
||||
caps = nm_device_modem_get_current_capabilities (NM_DEVICE_MODEM (device));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue