X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-utils%2Favahi-browse.c;h=6e808a4e7e1636033233b702be406691909ea0fb;hb=f529a1851a257d9586310f8c8190b2dcd69087a0;hp=e9af2d0e2c533be2f23b076e2399ec7cb052fe68;hpb=b961e134cfaf3077dae0d83efa0fffeacf134fa7;p=catta diff --git a/avahi-utils/avahi-browse.c b/avahi-utils/avahi-browse.c index e9af2d0..6e808a4 100644 --- a/avahi-utils/avahi-browse.c +++ b/avahi-utils/avahi-browse.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /*** This file is part of avahi. @@ -527,10 +525,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)