X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-utils%2Favahi-browse.c;fp=avahi-utils%2Favahi-browse.c;h=8cbd6d54429a09a668c41ea00cc01b43b9ff67b2;hb=fda370b95b1dd1669e3dd4b02eabbb29dfc2cfc9;hp=e9af2d0e2c533be2f23b076e2399ec7cb052fe68;hpb=f1501f4aa6d8bded0105b133c467833c05e7f0d4;p=catta diff --git a/avahi-utils/avahi-browse.c b/avahi-utils/avahi-browse.c index e9af2d0..8cbd6d5 100644 --- a/avahi-utils/avahi-browse.c +++ b/avahi-utils/avahi-browse.c @@ -527,10 +527,15 @@ static int start(Config *config) { fprintf(stderr, _("Server version: %s; Host name: %s\n"), version, hn); - if (config->command == COMMAND_BROWSE_DOMAINS) + if (config->command == COMMAND_BROWSE_DOMAINS) { + /* Translators: This is a column heading with abbreviations for + * Event (+/-), Network Interface, Protocol (IPv4/v6), Domain */ fprintf(stderr, _("E Ifce Prot Domain\n")); - else + } else { + /* Translators: This is a column heading with abbreviations for + * Event (+/-), Network Interface, Protocol (IPv4/v6), Domain */ fprintf(stderr, _("E Ifce Prot %-*s %-20s Domain\n"), n_columns-35, _("Name"), _("Type")); + } } if (config->command == COMMAND_BROWSE_SERVICES)