diff options
Diffstat (limited to 'fetchmail.h')
-rw-r--r-- | fetchmail.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmail.h b/fetchmail.h index 87e08e57..b8963ce8 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -539,7 +539,7 @@ char *xstrdup(const char *); #endif #endif #define xalloca(ptr, t, n) if (!(ptr = (t) alloca(n)))\ - {report(stderr, _("alloca failed")); exit(PS_UNDEFINED);} + {report(stderr, GT_("alloca failed")); exit(PS_UNDEFINED);} #if FALSE /* * This is a hack to help xgettext which cannot find strings in |