libnmc: fix typo of missing close parenthesis

This commit is contained in:
Íñigo Huguet 2025-08-25 13:35:33 +00:00
parent 7b4d0ef9f2
commit f5c5bcc99d

View file

@ -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")),