summaryrefslogtreecommitdiffstats
path: root/installclasses/server.py
diff options
context:
space:
mode:
authorbfox <bfox>2001-03-14 21:25:27 +0000
committerbfox <bfox>2001-03-14 21:25:27 +0000
commit21365522d9ed11ed7d474997dded72a92e94dd7b (patch)
treed031394f062478ad6543d7f9a0bafc7bf9ed318c /installclasses/server.py
parenta0019c729b85a9f1f0e9573b9593721e7850fa5c (diff)
downloadanaconda-21365522d9ed11ed7d474997dded72a92e94dd7b.tar.gz
anaconda-21365522d9ed11ed7d474997dded72a92e94dd7b.tar.xz
anaconda-21365522d9ed11ed7d474997dded72a92e94dd7b.zip
At Trond's request, I changed the strings in the warningText. Partial sentence translations would have made translations very hard.
Diffstat (limited to 'installclasses/server.py')
-rw-r--r--installclasses/server.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/installclasses/server.py b/installclasses/server.py
index a2186c6ed..6f75aed3c 100644
--- a/installclasses/server.py
+++ b/installclasses/server.py
@@ -35,7 +35,7 @@ class InstallClass(BaseInstallClass):
self.addNewPartition('/var', (256, -1, 0), (None, -1, 0), (0,0))
self.addNewPartition('/home',(512, -1, 1), (None, -1, 0), (0,0))
self.setClearParts(FSEDIT_CLEAR_ALL,
- warningText = N_("ALL DATA on your hard "
+ warningText = N_("Automatic partitioning will erase ALL DATA on your hard "
"drive to make room for your Linux installation."))
# self.addNewPartition('swap', (64, 256, 1), (None, -1, 0), (0,0))