1 |
wellsi |
1.1 |
diff -up anaconda-11.1.2.242/textw/confirm_text.py.0018-All-attached-disks-reformat-warning anaconda-11.1.2.242/textw/confirm_text.py |
2 |
|
|
--- anaconda-11.1.2.242/textw/confirm_text.py.0018-All-attached-disks-reformat-warning 2013-10-05 18:46:22.000000000 -0700 |
3 |
|
|
+++ anaconda-11.1.2.242/textw/confirm_text.py 2013-10-06 08:51:14.000000000 -0700 |
4 |
|
|
@@ -20,7 +20,9 @@ from image import presentRequiredMediaMe |
5 |
|
|
class BeginInstallWindow: |
6 |
|
|
def __call__ (self, screen, anaconda): |
7 |
|
|
rc = anaconda.intf.messageWindow(_("Warning"), |
8 |
|
|
- _("All disks will be reformatted and any data will be lost. Proceed?"), |
9 |
|
|
+ _("This option performs a new install of " |
10 |
|
|
+ "SME Server. All hard drives, including " |
11 |
|
|
+ "removable media, will be re-partitioned and formatted. Proceed?"), |
12 |
|
|
type = "yesno", default = "no") |
13 |
|
|
|
14 |
|
|
if rc == 0: |