emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#60292: closed ([PATCH mumi] html: Add indefinite article "an" in ema


From: GNU bug Tracking System
Subject: bug#60292: closed ([PATCH mumi] html: Add indefinite article "an" in email sending message.)
Date: Sun, 25 Dec 2022 08:25:01 +0000

Your message dated Sun, 25 Dec 2022 09:23:21 +0100
with message-id <87pmc7c2mc.fsf@elephly.net>
and subject line [PATCH mumi] html: Add indefinite article "an" in email 
sending message.
has caused the debbugs.gnu.org bug report #60292,
regarding [PATCH mumi] html: Add indefinite article "an" in email sending 
message.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
60292: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=60292
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH mumi] html: Add indefinite article "an" in email sending message. Date: Fri, 23 Dec 2022 22:44:16 -0600
---
 mumi/web/view/html.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/mumi/web/view/html.scm b/mumi/web/view/html.scm
index f72b4ba..0ae3120 100644
--- a/mumi/web/view/html.scm
+++ b/mumi/web/view/html.scm
@@ -587,7 +587,7 @@ failed to process associated messages.")
          (a (@ (href ,(string-append "mailto:";
                                      (number->string id) "@" (%config 
'debbugs-domain)
                                      "?subject=" (bug-subject* bug))))
-            ,(string-append "send email to "
+            ,(string-append "send an email to "
                             (number->string id) "@" (%config 'debbugs-domain)))
          " to comment.")))))
   (define disabled-mailer
@@ -608,7 +608,7 @@ currently disabled."))
           (a (@ (href ,(string-append "mailto:";
                                       (number->string id) "@" (%config 
'debbugs-domain)
                                       "?subject=" (bug-subject* bug))))
-             ,(string-append "send email to "
+             ,(string-append "send an email to "
                              (number->string id) "@" (%config 
'debbugs-domain)))))))
   (define comment-box
     `(div
-- 
2.38.1




--- End Message ---
--- Begin Message --- Subject: [PATCH mumi] html: Add indefinite article "an" in email sending message. Date: Sun, 25 Dec 2022 09:23:21 +0100 User-agent: mu4e 1.8.13; emacs 28.2
Thanks for the patch.  While I think that “send email” is just fine,
“send an email” works just as well here, so I applied it.

I caught another instance of “send email” and replaced it too.

-- 
Ricardo


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]