trivial: fix completed VLAN connection name

VLAN is an acronym and thus should be capitalized.
This commit is contained in:
Dan Williams 2012-03-09 17:39:58 -06:00
parent c113bf222a
commit 8a6d2aa7e9

View file

@ -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);