diff options
Diffstat (limited to 'rfc822.c')
-rw-r--r-- | rfc822.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -54,7 +54,7 @@ const unsigned char *host; /* server hostname */ #ifndef TESTMAIN if (outlevel >= O_DEBUG) - report_build(stdout, _("About to rewrite %s"), buf); + report_build(stdout, GT_("About to rewrite %s"), buf); /* make room to hack the address; buf must be malloced */ for (cp = buf; *cp; cp++) @@ -190,7 +190,7 @@ const unsigned char *host; /* server hostname */ #ifndef TESTMAIN if (outlevel >= O_DEBUG) - report_complete(stdout, _("Rewritten version is %s\n"), buf); + report_complete(stdout, GT_("Rewritten version is %s\n"), buf); #endif /* TESTMAIN */ return(buf); } |