diff options
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)) |