diff options
author | Jeremy Katz <katzj@redhat.com> | 2001-08-14 21:51:28 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2001-08-14 21:51:28 +0000 |
commit | 3caba9783e0d1291712f3e829db4726bad9ebbf0 (patch) | |
tree | 84f4657032646c3425f25f83c769b1680fc59e27 /partitioning.py | |
parent | 8a0616a802666436e93932bf0a9a84f55ca9e4dc (diff) | |
download | anaconda-3caba9783e0d1291712f3e829db4726bad9ebbf0.tar.gz anaconda-3caba9783e0d1291712f3e829db4726bad9ebbf0.tar.xz anaconda-3caba9783e0d1291712f3e829db4726bad9ebbf0.zip |
grammar fix (51761)
Diffstat (limited to 'partitioning.py')
-rw-r--r-- | partitioning.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/partitioning.py b/partitioning.py index e6ec2f9ac..830f63a23 100644 --- a/partitioning.py +++ b/partitioning.py @@ -1841,7 +1841,7 @@ def partitionPreExistFormatWarnings(intf, warnings): labelstr1 = _("The following pre-existing partitions have been " "selected to be formatted, destroying all data.") - labelstr2 = _("Selected 'Yes' to continue and format these " + labelstr2 = _("Select 'Yes' to continue and format these " "partitions, or 'No' to go back and change these " "settings.") commentstr = "" |