diff options
author | Mike Fulbright <msf@redhat.com> | 2003-04-16 19:45:44 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2003-04-16 19:45:44 +0000 |
commit | c135ee3152fb0fd70c89da6c65d6e98ea330d257 (patch) | |
tree | 7330a32a14b24bcc9f94165943aafc5d3ebfb957 /autopart.py | |
parent | ab95ce7eddf21de3709498375bf222091ce3c6a0 (diff) | |
download | anaconda-c135ee3152fb0fd70c89da6c65d6e98ea330d257.tar.gz anaconda-c135ee3152fb0fd70c89da6c65d6e98ea330d257.tar.xz anaconda-c135ee3152fb0fd70c89da6c65d6e98ea330d257.zip |
style fix from bug #71998
Diffstat (limited to 'autopart.py')
-rw-r--r-- | autopart.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/autopart.py b/autopart.py index e50d9c9e9..e3a7e8182 100644 --- a/autopart.py +++ b/autopart.py @@ -1438,11 +1438,11 @@ CLEARPART_TYPE_ALL_DESCR_TEXT = N_("Remove all partitions on this system") CLEARPART_TYPE_LINUX_DESCR_TEXT = N_("Remove all Linux partitions on this system") CLEARPART_TYPE_NONE_DESCR_TEXT = N_("Keep all partitions and use existing free space") -CLEARPART_TYPE_ALL_WARNING_MSG = N_("You have selected to remove " +CLEARPART_TYPE_ALL_WARNING_MSG = N_("You have chosen to remove " "all partitions (ALL DATA) on the " "following drives:%s\nAre you sure you " "want to do this?") -CLEARPART_TYPE_LINUX_WARNING_MSG = N_("You have selected to " +CLEARPART_TYPE_LINUX_WARNING_MSG = N_("You have chosen to " "remove all Linux partitions " "(and ALL DATA on them) on the " "following drives:%s\n" |