From fda370b95b1dd1669e3dd4b02eabbb29dfc2cfc9 Mon Sep 17 00:00:00 2001 From: Ted Percival Date: Thu, 10 Apr 2008 06:46:16 +0000 Subject: Give translators some context for the string "E Ifce Prot Domain\n" git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1773 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-utils/avahi-browse.c | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'avahi-utils') 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) -- cgit