aboutsummaryrefslogtreecommitdiffstats
path: root/rfc822.c
diff options
context:
space:
mode:
Diffstat (limited to 'rfc822.c')
-rw-r--r--rfc822.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/rfc822.c b/rfc822.c
index 7e110707..b71233aa 100644
--- a/rfc822.c
+++ b/rfc822.c
@@ -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);
}