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:
		
							parent
							
								
									6d02a994f9
								
							
						
					
					
						commit
						3f717a09e7
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -253,7 +253,7 @@ the ownership of '~a' may be incorrect!~%") | ||||||
|           (install-bootloader local-eval bootloader bootcfg |           (install-bootloader local-eval bootloader bootcfg | ||||||
|                               #:target target) |                               #:target target) | ||||||
|           (return |           (return | ||||||
|            (info (G_ "bootloader successfully installed on '~a'~%") |            (info (G_ "bootloader successfully installed on~{ ~a~}~%") | ||||||
|                  (bootloader-configuration-targets bootloader)))))))) |                  (bootloader-configuration-targets bootloader)))))))) | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  |  | ||||||
		Reference in a new issue