guix system: Adjust bootloader message to plural "targets".
This is a followup to 2ca982ff41
.
* guix/scripts/system.scm (install): Adjust message to plural 'targets'.
master
parent
6d02a994f9
commit
3f717a09e7
|
@ -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))))))))
|
||||
|
||||
|
||||
|
|
Reference in New Issue