aboutsummaryrefslogtreecommitdiffstats
path: root/driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver.c')
-rw-r--r--driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver.c b/driver.c
index a94c2445..d1a7bb4e 100644
--- a/driver.c
+++ b/driver.c
@@ -1311,7 +1311,7 @@ is restored."));
*/
if (count > INT_MAX/sizeof(int))
{
- report(stderr, "bogus message count!");
+ report(stderr, GT_("bogus message count!"));
return(PS_PROTOCOL);
}