trunk: changeset 1814

Sat, 09 Oct 2004 17:42:46 +0200

author
tuomov
date
Sat, 09 Oct 2004 17:42:46 +0200
changeset 84
77a9dc0a2140
parent 83
2cdbf1464796
child 85
9f94b2e96e3b

trunk: changeset 1814
restore.

output.c file | annotate | diff | comparison | revisions
--- a/output.c	Sat Oct 09 17:38:29 2004 +0200
+++ b/output.c	Sat Oct 09 17:42:46 2004 +0200
@@ -113,7 +113,8 @@
 static void fallback_warn()
 {
     put_prog_name();
-    fprintf(stderr, "%s\n", strerror(errno));
+    fprintf(stderr, TR("Oops. Error string compilation failed: %s"),
+            strerror(errno));
 }
     
     

mercurial