From 3f717a09e768a016cdb25990c7fe34e22943217f Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Tue, 5 Oct 2021 09:28:32 +0200 Subject: guix system: Adjust bootloader message to plural "targets". This is a followup to 2ca982ff41270288913ad6b7d5d9e1cad87b06d9. * guix/scripts/system.scm (install): Adjust message to plural 'targets'. --- guix/scripts/system.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guix/scripts/system.scm b/guix/scripts/system.scm index 65eb98e4b2..3b1fe570b3 100644 --- a/guix/scripts/system.scm +++ b/guix/scripts/system.scm @@ -253,7 +253,7 @@ the ownership of '~a' may be incorrect!~%") (install-bootloader local-eval bootloader bootcfg #:target target) (return - (info (G_ "bootloader successfully installed on '~a'~%") + (info (G_ "bootloader successfully installed on~{ ~a~}~%") (bootloader-configuration-targets bootloader)))))))) -- cgit v1.2.3