summaryrefslogtreecommitdiffstats
path: root/avahi-utils
diff options
context:
space:
mode:
authorTed Percival <ted@tedp.net>2008-04-10 06:46:16 +0000
committerTed Percival <ted@tedp.net>2008-04-10 06:46:16 +0000
commitfda370b95b1dd1669e3dd4b02eabbb29dfc2cfc9 (patch)
tree6d99fa0a8fef6eb93f112dc5c22f074edc45b76e /avahi-utils
parentf1501f4aa6d8bded0105b133c467833c05e7f0d4 (diff)
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
Diffstat (limited to 'avahi-utils')
-rw-r--r--avahi-utils/avahi-browse.c9
1 files changed, 7 insertions, 2 deletions
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)