From 079a754b1ecc30eadf0c7af2f130aaea729ba1a6 Mon Sep 17 00:00:00 2001 From: Andika Triwidada Date: Sun, 27 Oct 2024 07:51:49 +0000 Subject: [PATCH] libnmc/client-utils: typo fix, add closing parenthesis https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/2059 --- src/libnmc-base/nm-client-utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libnmc-base/nm-client-utils.c b/src/libnmc-base/nm-client-utils.c index 4516bc3bd1..0c4d53a454 100644 --- a/src/libnmc-base/nm-client-utils.c +++ b/src/libnmc-base/nm-client-utils.c @@ -476,7 +476,7 @@ NM_UTILS_LOOKUP_STR_DEFINE( N_("The device is unmanaged because the link is not initialized by udev")), NM_UTILS_LOOKUP_ITEM(NM_DEVICE_STATE_REASON_UNMANAGED_USER_EXPLICIT, N_("The device is unmanaged by explicit user decision (e.g. 'nmcli device " - "set $DEV managed no'")), + "set $DEV managed no')")), NM_UTILS_LOOKUP_ITEM( NM_DEVICE_STATE_REASON_UNMANAGED_USER_SETTINGS, N_("The device is unmanaged by user decision via settings plugin "