warning made locale specific

SCCS-file: zic.c
SCCS-SID: 7.120
This commit is contained in:
Arthur David Olson
2012-07-18 03:02:47 -04:00
committed by Paul Eggert
parent 381dcaf4a7
commit 5a85fafd9d
+1 -1
View File
@@ -583,7 +583,7 @@ _("%s: More than one -L option specified\n"),
for (j = 0; j < nlinks; ++j)
if (strcmp(links[i].l_to,
links[j].l_from) == 0)
warning("link to link");
warning(_("link to link"));
}
if (lcltime != NULL) {
eat("command line", 1);