aboutsummaryrefslogtreecommitdiffstats
path: root/idle.c
diff options
context:
space:
mode:
Diffstat (limited to 'idle.c')
-rw-r--r--idle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/idle.c b/idle.c
index 10660bb7..b3ecd503 100644
--- a/idle.c
+++ b/idle.c
@@ -54,7 +54,7 @@ void itimerthread(void* dummy)
{
if (outlevel >= O_VERBOSE)
report(stderr,
- _("fetchmail: thread sleeping for %d sec.\n"), poll_interval);
+ GT_("fetchmail: thread sleeping for %d sec.\n"), poll_interval);
while(1)
{
_sleep2(poll_interval*1000);