mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-06 17:30:35 +01:00
trivial: fix completed VLAN connection name
VLAN is an acronym and thus should be capitalized.
This commit is contained in:
parent
c113bf222a
commit
8a6d2aa7e9
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue