]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
commands/macbless: Remove whitespace between N_ macro and open parenthesis
authorGlenn Washburn <development@efficientek.com>
Thu, 12 May 2022 03:19:46 +0000 (22:19 -0500)
committerDaniel Kiper <daniel.kiper@oracle.com>
Tue, 7 Jun 2022 10:51:50 +0000 (12:51 +0200)
Signed-off-by: Glenn Washburn <development@efficientek.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
grub-core/commands/macbless.c

index 85cefd0f757e4def9526439c72016a2546212f43..3d761452ac6cd3484632f65f536a293e38166c04 100644 (file)
@@ -220,12 +220,10 @@ GRUB_MOD_INIT(macbless)
 {
   cmd = grub_register_command ("mactelbless", grub_cmd_macbless,
                               N_("FILE"),
-                              N_
-                              ("Bless FILE of HFS or HFS+ partition for intel macs."));
+                              N_("Bless FILE of HFS or HFS+ partition for intel macs."));
   cmd_ppc =
     grub_register_command ("macppcbless", grub_cmd_macbless, N_("DIR"),
-                          N_
-                          ("Bless DIR of HFS or HFS+ partition for PPC macs."));
+                          N_("Bless DIR of HFS or HFS+ partition for PPC macs."));
 }
 
 GRUB_MOD_FINI(macbless)