diff mbox series

[bug#60292,mumi] html: Add indefinite article "an" in email sending message.

Message ID 20221224044415.3292-1-jgart@dismail.de
State New
Headers show
Series [bug#60292,mumi] html: Add indefinite article "an" in email sending message. | expand

Commit Message

jgart Dec. 24, 2022, 4:44 a.m. UTC
---
 mumi/web/view/html.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

jgart Dec. 24, 2022, 5:59 p.m. UTC | #1
Hi rekado,

Forgot to CC you on this patch as you would probably be the one reviewing it:

https://issues.guix.gnu.org/60292

all best,

jgart
Ricardo Wurmus Dec. 25, 2022, 8:23 a.m. UTC | #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.
diff mbox series

Patch

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