about summary refs log tree commit diff stats
path: root/src/LYStrings.c
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>1998-12-24 11:32:00 -0500
committerThomas E. Dickey <dickey@invisible-island.net>1998-12-24 11:32:00 -0500
commit152e034b54f203f5b53ef44a70c57834b7b66137 (patch)
tree8f16b876c14eb3c3a1400fd4f91948baa752efd7 /src/LYStrings.c
parent10f6c5df5fbd3e8a2be8a0640035680235b3f8a3 (diff)
downloadlynx-snapshots-152e034b54f203f5b53ef44a70c57834b7b66137.tar.gz
snapshot of project "lynx", label v2-8-2dev_11
Diffstat (limited to 'src/LYStrings.c')
-rw-r--r--src/LYStrings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/LYStrings.c b/src/LYStrings.c
index f02c22c5..194d414f 100644
--- a/src/LYStrings.c
+++ b/src/LYStrings.c
@@ -889,7 +889,7 @@ PRIVATE int read_keymap_file NOARGS
     fclose (fp);
 
     if (ret == -1)
-	fprintf (stderr, gettext("Error processing line %d of %s\n"), linenum, file);
+	fprintf (stderr, FAILED_READING_KEYMAP, linenum, file);
 
     return ret;
 }