From: Dale Mellor <guix-devel-0brg6a@rdmp.org>
To: 68869@debbugs.gnu.org
Cc: guix-devel-0brg6a@rdmp.org, rostislav.svoboda@gmail.com
Subject: [bug#68869] [PATCH v2] guix: channels: Fix typos.
Date: Sun, 12 May 2024 09:34:29 +0100 [thread overview]
Message-ID: <20240512083439.2067537-1-guix-devel-0brg6a@rdmp.org> (raw)
In-Reply-To: <3b0a1ed3a25d2527e60c9a7570db3ef8dda333fe.1706791324.git.Rostislav.Svoboda@gmail.com>
From: Rostislav Svoboda <rostislav.svoboda@gmail.com>
* guix/channels.scm (authenticate-channel): Pluralise commit numbers.
Review:
* Microscopic documentation change, harmless, but will invoke some i18n
activity
* Not sure this justifies adding two names to the copyright holders list, if
any at all?
* Works for me
Reviewed-by: Dale Mellor <guix-devel-0brg6a@rdmp.org>
Change-Id: I7759607f37405e6d3bd4b7f5958fd11d908db204
---
guix/channels.scm | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/guix/channels.scm b/guix/channels.scm
index 51024dcad4..0d7bc541cc 100644
--- a/guix/channels.scm
+++ b/guix/channels.scm
@@ -3,6 +3,8 @@
;;; Copyright © 2018 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2019 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
;;; Copyright © 2021 Brice Waegeneire <brice@waegenei.re>
+;;; Copyright © 2024 Julien Lepiller <julien@lepiller.eu>
+;;; Copyright © 2024 Rostislav Svoboda <Rostislav.Svoboda@gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -364,8 +366,11 @@ (define keyring-reference
(define (make-reporter start-commit end-commit commits)
(format (current-error-port)
- (G_ "Authenticating channel '~a', commits ~a to ~a (~h new \
-commits)...~%")
+ (N_ "Authenticating channel '~a', commits ~a to ~a (~h new \
+commit)...~%"
+ "Authenticating channel '~a', commits ~a to ~a (~h new \
+commits)...~%"
+ (length commits))
(channel-name channel)
(commit-short-id start-commit)
(commit-short-id end-commit)
--
2.41.0
next prev parent reply other threads:[~2024-05-12 8:36 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-01 12:42 [bug#68869] [PATCH] channels: Fix typos Rostislav Svoboda
2024-05-12 8:34 ` Dale Mellor [this message]
2024-05-13 8:21 ` bug#68869: [PATCH v2] guix: " Christopher Baines
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=20240512083439.2067537-1-guix-devel-0brg6a@rdmp.org \
--to=guix-devel-0brg6a@rdmp.org \
--cc=68869@debbugs.gnu.org \
--cc=rostislav.svoboda@gmail.com \
/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.