diff options
| author | Michael Biebl <biebl@debian.org> | 2024-08-09 18:57:15 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2024-08-09 18:57:15 +0200 |
| commit | e96d74409128c6a977e31f24fad9b267d2feb9a1 (patch) | |
| tree | 12dad71135c6c291de457568cb973208ea8a0024 /src/nmcli/general.c | |
| parent | 45a364c60a9d6d34e614c4f1f507c69336ad1e69 (diff) | |
New upstream version 1.48.8 upstream/1.48.8
Diffstat (limited to 'src/nmcli/general.c')
| -rw-r--r-- | src/nmcli/general.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nmcli/general.c b/src/nmcli/general.c index adb3e745..ea070e05 100644 --- a/src/nmcli/general.c +++ b/src/nmcli/general.c @@ -1426,7 +1426,7 @@ ac_overview(NmCli *nmc, NMActiveConnection *ac) if (nm_active_connection_get_controller(ac)) { nm_str_buf_append_printf(&str, "%s %s, ", - _("master"), + _("controller"), nm_device_get_iface(nm_active_connection_get_controller(ac))); } if (nm_active_connection_get_vpn(ac)) |