From 9210027b8d69c681f6504d8a85978db9532d12a7 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 13 May 2002 15:45:18 +0000 Subject: [PATCH] (report-emacs-bug): Change the "English please" msg. --- lisp/ChangeLog | 4 ++++ lisp/mail/emacsbug.el | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7e6ff3f08b7..de3776da5d3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2002-05-13 Richard M. Stallman + + * mail/emacsbug.el (report-emacs-bug): Change the "English please" msg. + 2002-05-13 Markus Rost * woman.el (woman-menu): Add a comment about the last change. diff --git a/lisp/mail/emacsbug.el b/lisp/mail/emacsbug.el index e444fbfae3e..ab068fda305 100644 --- a/lisp/mail/emacsbug.el +++ b/lisp/mail/emacsbug.el @@ -102,8 +102,8 @@ Prompts for bug subject. Leaves you in a mail buffer." (let ((pos (point))) (insert "English") (put-text-property pos (point) 'face 'highlight)) - (insert ", because the Emacs maintainers do not have -translators to read other languages for them.\n\n") + (insert " if possible, because the Emacs maintainers +usually do not have translators to read other languages for them.\n\n") (insert (format "Your bug report will be posted to the %s mailing list" (if pretest-p report-emacs-bug-pretest-address -- 2.39.5