system: image: Tweak error message.

* gnu/system/image.scm (system-disk-image): Tweak it.
This commit is contained in:
Mathieu Othacehe 2022-05-23 09:16:30 +02:00
parent 17e3b7d28f
commit db3193f55b
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -299,7 +299,7 @@ (define (format->image-type format)
(raise (condition
(&message
(message
(format #f (G_ "Unsupported image type ~a~%.")
(format #f (G_ "unsupported image type: ~a")
format))))))))
(define (partition->dos-type partition)