--- pyanaconda/storage/__init__.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/pyanaconda/storage/__init__.py b/pyanaconda/storage/__init__.py index 270e005..2cc8519 100644 --- a/pyanaconda/storage/__init__.py +++ b/pyanaconda/storage/__init__.py @@ -194,7 +194,7 @@ def storageComplete(anaconda): and bootdisk.format.labelType == 'gpt': warning = _("\n\n<b>WARNING:</b>\n" "You are using a GPT bootdisk on a non-EFI " - "system. This may not work, depending on you BIOS's " + "system. This may not work, depending on your BIOS's " "support for booting from GPT disks.") log.warning("Using a GPT bootdisk on non-EFI system") else:
diff --git a/pyanaconda/storage/__init__.py b/pyanaconda/storage/__init__.py index 270e005..2cc8519 100644 --- a/pyanaconda/storage/__init__.py +++ b/pyanaconda/storage/__init__.py @@ -194,7 +194,7 @@ def storageComplete(anaconda): and bootdisk.format.labelType == 'gpt': warning = _("\n\n<b>WARNING:</b>\n" "You are using a GPT bootdisk on a non-EFI "
"system. This may not work, depending on you BIOS's "
else:"system. This may not work, depending on your BIOS's " "support for booting from GPT disks.") log.warning("Using a GPT bootdisk on non-EFI system")
Personally, I'm fine with stuff like this just getting pushed without a review - especially on master.
- Chris
anaconda-devel@lists.fedoraproject.org