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