unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#60292] [PATCH mumi] html: Add indefinite article "an" in email sending message.
@ 2022-12-24  4:44 jgart via Guix-patches via
  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
  0 siblings, 2 replies; 3+ messages in thread
From: jgart via Guix-patches via @ 2022-12-24  4:44 UTC (permalink / raw)
  To: 60292; +Cc: jgart

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





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#60292] (no subject)
  2022-12-24  4:44 [bug#60292] [PATCH mumi] html: Add indefinite article "an" in email sending message jgart via Guix-patches via
@ 2022-12-24 17:59 ` 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
  1 sibling, 0 replies; 3+ messages in thread
From: jgart via Guix-patches via @ 2022-12-24 17:59 UTC (permalink / raw)
  To: 60292; +Cc: rekado

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




^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#60292: [PATCH mumi] html: Add indefinite article "an" in email sending message.
  2022-12-24  4:44 [bug#60292] [PATCH mumi] html: Add indefinite article "an" in email sending message jgart via Guix-patches via
  2022-12-24 17:59 ` [bug#60292] (no subject) jgart via Guix-patches via
@ 2022-12-25  8:23 ` Ricardo Wurmus
  1 sibling, 0 replies; 3+ messages in thread
From: Ricardo Wurmus @ 2022-12-25  8:23 UTC (permalink / raw)
  To: 60292-done

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




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-12-25  8:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-24  4:44 [bug#60292] [PATCH mumi] html: Add indefinite article "an" in email sending message jgart via Guix-patches via
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

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).