aboutsummaryrefslogtreecommitdiffstats
path: root/idle.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2001-09-26 17:20:48 +0000
committerEric S. Raymond <esr@thyrsus.com>2001-09-26 17:20:48 +0000
commitf2c135a2a35d2dad3fef5984e1c3c013b7eb403b (patch)
tree276ed78d035fc33e1f50c183eb1eff1a7b1abd89 /idle.c
parent5403994588c62adf477e3b25008879e912cb9722 (diff)
downloadfetchmail-f2c135a2a35d2dad3fef5984e1c3c013b7eb403b.tar.gz
fetchmail-f2c135a2a35d2dad3fef5984e1c3c013b7eb403b.tar.bz2
fetchmail-f2c135a2a35d2dad3fef5984e1c3c013b7eb403b.zip
_( -> GT_(
svn path=/trunk/; revision=3493
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);