[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#60292] [PATCH mumi] html: Add indefinite article "an" in email send
From: |
jgart |
Subject: |
[bug#60292] [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
- [bug#60292] [PATCH mumi] html: Add indefinite article "an" in email sending message.,
jgart <=