internationalization

SCCS-file: zdump.c
SCCS-SID: 7.67
This commit is contained in:
Arthur David Olson
2012-07-18 03:02:50 -04:00
committed by Paul Eggert
parent ccec21616a
commit 74c580763e
+1 -1
View File
@@ -225,7 +225,7 @@ const char * const zone;
return;
(void) fflush(stdout);
(void) fprintf(stderr,
"%s: warning: zone \"%s\" abbreviation \"%s\" %s\n",
_("%s: warning: zone \"%s\" abbreviation \"%s\" %s\n"),
progname, zone, abbr, wp);
warned = TRUE;
}