mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-08 07:10:23 +01:00
libnmc: fix typo of missing close parenthesis
This commit is contained in:
parent
7b4d0ef9f2
commit
f5c5bcc99d
1 changed files with 1 additions and 1 deletions
|
|
@ -483,7 +483,7 @@ NM_UTILS_LOOKUP_STR_DEFINE(
|
|||
"(\"unmanaged-devices\" for keyfile or \"NM_CONTROLLED=no\" for ifcfg-rh)")),
|
||||
NM_UTILS_LOOKUP_ITEM(NM_DEVICE_STATE_REASON_UNMANAGED_USER_CONF,
|
||||
N_("The device is unmanaged by user decision in NetworkManager.conf "
|
||||
"('unmanaged' in a [device*] section")),
|
||||
"('unmanaged' in a [device*] section)")),
|
||||
NM_UTILS_LOOKUP_ITEM(
|
||||
NM_DEVICE_STATE_REASON_UNMANAGED_BY_DEFAULT,
|
||||
N_("The device is unmanaged because the device type is unmanaged by default")),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue