diff options
Diffstat (limited to 'contrib/texinfo/info/footnotes.h')
-rw-r--r-- | contrib/texinfo/info/footnotes.h | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/contrib/texinfo/info/footnotes.h b/contrib/texinfo/info/footnotes.h index 3406bcb67be1..a0d4fb086bd2 100644 --- a/contrib/texinfo/info/footnotes.h +++ b/contrib/texinfo/info/footnotes.h @@ -1,10 +1,7 @@ /* footnotes.h -- Some functions for manipulating footnotes. - $Id: footnotes.h,v 1.3 1997/07/15 18:40:27 karl Exp $ + $Id: footnotes.h,v 1.4 1998/11/29 21:44:49 karl Exp $ - This file is part of GNU Info, a program for reading online documentation - stored in Info format. - - Copyright (C) 1993, 97 Free Software Foundation, Inc. + Copyright (C) 1993, 97, 98 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -26,7 +23,7 @@ #define INFO_FOOTNOTES_H /* Magic string which indicates following text is footnotes. */ -#define FOOTNOTE_LABEL _("---------- Footnotes ----------") +#define FOOTNOTE_LABEL N_("---------- Footnotes ----------") #define FN_FOUND 0 #define FN_UNFOUND 1 |