diff options
| author | Michael Biebl <biebl@debian.org> | 2018-07-01 20:58:23 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2018-07-01 20:58:23 +0200 |
| commit | 429393567647935d9123e21fd27a7529d50255eb (patch) | |
| tree | b5a99bf0cbbe77fccd7fee81caf71915ccf9eb96 /libnm/nm-device.c | |
| parent | 069cb5c3a525ebcc19cc2927964258acaca87b13 (diff) | |
New upstream version 1.12.0 upstream/1.12.0
Diffstat (limited to 'libnm/nm-device.c')
| -rw-r--r-- | libnm/nm-device.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libnm/nm-device.c b/libnm/nm-device.c index 57f0bedd..0ae3da53 100644 --- a/libnm/nm-device.c +++ b/libnm/nm-device.c @@ -1308,11 +1308,11 @@ get_type_name (NMDevice *device) case NM_DEVICE_TYPE_OLPC_MESH: return _("OLPC Mesh"); case NM_DEVICE_TYPE_OVS_INTERFACE: - return _("OpenVSwitch Interface"); + return _("Open vSwitch Interface"); case NM_DEVICE_TYPE_OVS_PORT: - return _("OpenVSwitch Port"); + return _("Open vSwitch Port"); case NM_DEVICE_TYPE_OVS_BRIDGE: - return _("OpenVSwitch Bridge"); + return _("Open vSwitch Bridge"); case NM_DEVICE_TYPE_WIMAX: return _("WiMAX"); case NM_DEVICE_TYPE_MODEM: |