guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/04: pull: Do not use '~*', which 'msgfmt' fails to interpret.


From: guix-commits
Subject: 01/04: pull: Do not use '~*', which 'msgfmt' fails to interpret.
Date: Tue, 1 Oct 2019 17:34:58 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 13169000f6a1cc8513345542f3bae8978d0c6b1a
Author: Konrad Hinsen <address@hidden>
Date:   Tue Oct 1 17:06:58 2019 +0200

    pull: Do not use '~*', which 'msgfmt' fails to interpret.
    
    Really fixes <https://bugs.gnu.org/37505>.
    This is a followup to f751b4646d3989d76dad9e33e39f9724c7c50be6.
    
    * guix/scripts/pull.scm (display-channel-news): Remove second occurrence
    of '~*' in a format string.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 guix/scripts/pull.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/scripts/pull.scm b/guix/scripts/pull.scm
index e018985..04970cf 100644
--- a/guix/scripts/pull.scm
+++ b/guix/scripts/pull.scm
@@ -314,7 +314,7 @@ to display."
                (removed
                 (let ((count (length removed)))
                   (format (current-error-port)
-                          (N_ "  ~*One channel removed:~%"
+                          (N_ "  ~a channel removed:~%"
                               "  ~a channels removed:~%" count)
                           count)
                   (for-each display-channel removed))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]