From 8a6d2aa7e97fbf36c169108cc819508952420a83 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Fri, 9 Mar 2012 17:39:58 -0600 Subject: [PATCH] trivial: fix completed VLAN connection name VLAN is an acronym and thus should be capitalized. --- src/nm-device-vlan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nm-device-vlan.c b/src/nm-device-vlan.c index 3da3139fdb..f9452acb25 100644 --- a/src/nm-device-vlan.c +++ b/src/nm-device-vlan.c @@ -359,7 +359,7 @@ real_complete_connection (NMDevice *device, nm_utils_complete_generic (connection, NM_SETTING_VLAN_SETTING_NAME, existing_connections, - _("Vlan connection %d"), + _("VLAN connection %d"), NULL, TRUE);