[anaconda][master][PATCH] Fix a typo in one of the bootloader installation warning messages (#1103410)

Chris Lumens clumens at redhat.com
Mon Jun 2 15:42:38 UTC 2014


> diff --git a/pyanaconda/bootloader.py b/pyanaconda/bootloader.py
> index ce383e5..3781574 100644
> --- a/pyanaconda/bootloader.py
> +++ b/pyanaconda/bootloader.py
> @@ -1359,7 +1359,7 @@ class GRUB(BootLoader):
>                  self.stage2_device.level == raid.RAID1 and \
>                  self.stage1_device.type != "mdarray":
>              if not self.stage1_device.isDisk:
> -                msg = _("bootloader stage2 device %(stage2dev)s in on a multi-disk array, but bootloader stage1 device %(stage1dev)s is not. " \
> +                msg = _("bootloader stage2 device %(stage2dev)s is on a multi-disk array, but bootloader stage1 device %(stage1dev)s is not. " \
>                          "A drive failure in %(stage2dev)s could render the system unbootable.") % \
>                          {"stage1dev" : self.stage1_device.name,
>                           "stage2dev" : self.stage2_device.name}

Had to scan that string a couple times to figure out what had changed.
ACK.

- Chris


More information about the anaconda-patches mailing list