From c6e4c778eb11cd721f51d92f0ea96b326b650792 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Tue, 4 Apr 2000 14:32:32 +0000 Subject: [PATCH] Move translated part of bug report string back into .c files so xgettext can find it. Regnerate .pot files. --- include/ChangeLog | 4 ++++ include/bin-bugs.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/include/ChangeLog b/include/ChangeLog index c76b726e3..0dda32300 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,7 @@ +2000-04-04 Alan Modra + + * bin-bugs.h (REPORT_BUGS_TO): Remove translated part. + 2000-04-03 Alan Modra * bin-bugs.h: New file. diff --git a/include/bin-bugs.h b/include/bin-bugs.h index 368011b3c..cb14a66bf 100644 --- a/include/bin-bugs.h +++ b/include/bin-bugs.h @@ -1,3 +1,3 @@ #ifndef REPORT_BUGS_TO -#define REPORT_BUGS_TO _("Report bugs to %s\n"), "bug-gnu-utils@gnu.org" +#define REPORT_BUGS_TO "bug-gnu-utils@gnu.org" #endif -- 2.43.5