]> git.eshelyaron.com Git - emacs.git/commitdiff
(report-emacs-bug): Change the "English please" msg.
authorRichard M. Stallman <rms@gnu.org>
Mon, 13 May 2002 15:45:18 +0000 (15:45 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 13 May 2002 15:45:18 +0000 (15:45 +0000)
lisp/ChangeLog
lisp/mail/emacsbug.el

index 7e6ff3f08b7397c40e45ac7073852cf45174b7b1..de3776da5d3492dd21d1cc64d4995021d3318042 100644 (file)
@@ -1,3 +1,7 @@
+2002-05-13  Richard M. Stallman  <rms@gnu.org>
+
+       * mail/emacsbug.el (report-emacs-bug): Change the "English please" msg.
+
 2002-05-13  Markus Rost  <rost@math.ohio-state.edu>
 
        * woman.el (woman-menu): Add a comment about the last change.
index e444fbfae3e928109bb736cdf0f69a35aa86c557..ab068fda305f2a839d3b5a27b391cae01a07edbe 100644 (file)
@@ -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