summaryrefslogtreecommitdiffstats
path: root/installclasses/custom.py
diff options
context:
space:
mode:
authorbfox <bfox>2001-03-13 20:58:08 +0000
committerbfox <bfox>2001-03-13 20:58:08 +0000
commit39394c41139bc9f64dd9324b602ee463cb9dd4f0 (patch)
tree5cd396c7aed734e5b79809b1087d2cddeca14a65 /installclasses/custom.py
parent03a9d5962b306851ead3c98ac7d3502312dd11cf (diff)
downloadanaconda-39394c41139bc9f64dd9324b602ee463cb9dd4f0.tar.gz
anaconda-39394c41139bc9f64dd9324b602ee463cb9dd4f0.tar.xz
anaconda-39394c41139bc9f64dd9324b602ee463cb9dd4f0.zip
Modified warningText to make TUI and GUI partitioning screens similar
Diffstat (limited to 'installclasses/custom.py')
-rw-r--r--installclasses/custom.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/installclasses/custom.py b/installclasses/custom.py
index 1fbbfaea6..5e43f66ea 100644
--- a/installclasses/custom.py
+++ b/installclasses/custom.py
@@ -19,7 +19,7 @@ class InstallClass(BaseInstallClass):
self.addNewPartition('/boot', (32, -1, 0), (None,-1,0), (0,0))
self.addNewPartition('/', (700, -1, 1), (None, -1, 0), (0,0))
self.setClearParts(FSEDIT_CLEAR_LINUX,
- warningText = N_("You are about to erase any preexisting Linux "
+ warningText = N_("any preexisting Linux "
"installations on your system."))
# 2.4 kernel requires more swap, so base amount we try to get