civodul pushed a commit to branch master
in repository guix.
commit 3f717a09e768a016cdb25990c7fe34e22943217f
Author: Ludovic Courtès <[email protected]>
AuthorDate: Tue Oct 5 09:28:32 2021 +0200
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 65eb98e..3b1fe57 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))))))))