guix-commits
[Top][All Lists]
Advanced

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

01/02: guix: refresh: Do not use argument jumping with ngettext.


From: guix-commits
Subject: 01/02: guix: refresh: Do not use argument jumping with ngettext.
Date: Wed, 18 Nov 2020 15:03:59 -0500 (EST)

m1gu3l pushed a commit to branch master
in repository guix.

commit 9b5e1cc11fa758fb40913f901b16402b66b59162
Author: Miguel Ángel Arruga Vivas <rosen644835@gmail.com>
AuthorDate: Wed Nov 18 20:33:45 2020 +0100

    guix: refresh: Do not use argument jumping with ngettext.
    
    * guix/scripts/refresh.scm (list-dependents)[lst]: Use ~d for the
    singular format string, as the argument jumping would trigger an error
    during en@boldquot.mo generation.
---
 guix/scripts/refresh.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/scripts/refresh.scm b/guix/scripts/refresh.scm
index 4a71df2..fb6c52a 100644
--- a/guix/scripts/refresh.scm
+++ b/guix/scripts/refresh.scm
@@ -440,7 +440,7 @@ releases for ~a~%")
                  (full-name x)))
         (lst
          (format (current-output-port)
-                 (N_ "Building the following ~*package would ensure ~d \
+                 (N_ "Building the following ~d package would ensure ~d \
 dependent packages are rebuilt: ~{~a~^ ~}~%"
                      "Building the following ~d packages would ensure ~d \
 dependent packages are rebuilt: ~{~a~^ ~}~%"



reply via email to

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