diff options
author | Richard M. Stallman <rms@gnu.org> | 2002-05-13 15:45:18 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2002-05-13 15:45:18 +0000 |
commit | 9210027b8d69c681f6504d8a85978db9532d12a7 (patch) | |
tree | 681f79b5abf8d2df646bddaf6a9922b40fab4327 /lisp/mail/emacsbug.el | |
parent | 31e1a094cf2611038d9cf4f083ddea8f6d535f79 (diff) | |
download | emacs-9210027b8d69c681f6504d8a85978db9532d12a7.tar.gz |
(report-emacs-bug): Change the "English please" msg.
Diffstat (limited to 'lisp/mail/emacsbug.el')
-rw-r--r-- | lisp/mail/emacsbug.el | 4 |
1 files changed, 2 insertions, 2 deletions
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 |