all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: jgart via Guix-patches via <guix-patches@gnu.org>
To: 60292@debbugs.gnu.org
Cc: jgart <jgart@dismail.de>
Subject: [bug#60292] [PATCH mumi] html: Add indefinite article "an" in email sending message.
Date: Fri, 23 Dec 2022 22:44:16 -0600	[thread overview]
Message-ID: <20221224044415.3292-1-jgart@dismail.de> (raw)

---
 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





             reply	other threads:[~2022-12-24  4:45 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-24  4:44 jgart via Guix-patches via [this message]
2022-12-24 17:59 ` [bug#60292] (no subject) jgart via Guix-patches via
2022-12-25  8:23 ` bug#60292: [PATCH mumi] html: Add indefinite article "an" in email sending message Ricardo Wurmus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221224044415.3292-1-jgart@dismail.de \
    --to=guix-patches@gnu.org \
    --cc=60292@debbugs.gnu.org \
    --cc=jgart@dismail.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.