guix system: Adjust bootloader message to plural "targets".

This is a followup to 2ca982ff41.

* guix/scripts/system.scm (install): Adjust message to plural 'targets'.
This commit is contained in:
Ludovic Courtès 2021-10-05 09:28:32 +02:00
parent 6d02a994f9
commit 3f717a09e7
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -253,7 +253,7 @@ (define (maybe-copy to-copy)
(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))))))))