guix-commits
[Top][All Lists]
Advanced

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

[shepherd] branch master updated: service: Fix singular translatable str


From: Ludovic Courtès
Subject: [shepherd] branch master updated: service: Fix singular translatable string.
Date: Fri, 26 May 2023 11:55:53 -0400

This is an automated email from the git hooks/post-receive script.

civodul pushed a commit to branch master
in repository shepherd.

The following commit(s) were added to refs/heads/master by this push:
     new 300fa7c  service: Fix singular translatable string.
300fa7c is described below

commit 300fa7cf5c09b6022432e5450bcb12aadad41335
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Fri May 26 17:53:15 2023 +0200

    service: Fix singular translatable string.
    
    Reported by Sebastian Rasmussen <sebras@gmail.com>.
    
    * modules/shepherd/service.scm (service-registry): Fix singular string.
---
 modules/shepherd/service.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/shepherd/service.scm b/modules/shepherd/service.scm
index 0f0da09..f9d1ae0 100644
--- a/modules/shepherd/service.scm
+++ b/modules/shepherd/service.scm
@@ -1106,7 +1106,7 @@ requests arriving on @var{channel}."
           (loop (unregister services)))
          (lst                                     ;
           (local-output
-           (l10n "Cannot unregister service ~a, which is still running"
+           (l10n "Cannot unregister service~{ ~a,~} which is still running"
                  "Cannot unregister services~{ ~a,~} which are still running"
                  (length lst))
            (map service-canonical-name lst))



reply via email to

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