guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 02/03: pull: Do not use '~*', which 'msgfmt' fails to interpret.
Date: Tue, 1 Oct 2019 05:22:32 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 43f7fd8783af1e824904a76115a8ae8ccbb19f06
Author: Ludovic Courtès <address@hidden>
Date:   Tue Oct 1 10:46:16 2019 +0200

    pull: Do not use '~*', which 'msgfmt' fails to interpret.
    
    Fixes <https://bugs.gnu.org/37505>.
    Reported by Konrad Hinsen <address@hidden>.
    
    * guix/scripts/pull.scm (display-channel-news): Use ~a instead of ~*
    when reporting new channels.
---
 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 0372278..e018985 100644
--- a/guix/scripts/pull.scm
+++ b/guix/scripts/pull.scm
@@ -304,7 +304,7 @@ to display."
                (new
                 (let ((count (length new)))
                   (format (current-error-port)
-                          (N_ "  ~*One new channel:~%"
+                          (N_ "  ~a new channel:~%"
                               "  ~a new channels:~%" count)
                           count)
                   (for-each display-channel new))))



reply via email to

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