1 |
--- anaconda-13.21.215/storage/__init__.py.orig 2013-08-02 09:47:00.000000000 -0400 |
2 |
+++ anaconda-13.21.215/storage/__init__.py 2014-01-03 16:40:51.646008693 -0500 |
3 |
@@ -226,10 +226,9 @@ |
4 |
sys.exit(1) |
5 |
|
6 |
rc = anaconda.intf.messageWindow(_("Writing storage configuration to disk"), |
7 |
- _("The partitioning options you have selected " |
8 |
- "will now be written to disk. Any " |
9 |
- "data on deleted or reformatted partitions " |
10 |
- "will be lost." |
11 |
+ _("This option performs a new install of " |
12 |
+ "SME Server. All hard drives, including " |
13 |
+ "removable media, will be re-partitioned and formatted. Proceed? " |
14 |
"%s") % (warning), |
15 |
type = "custom", custom_icon="warning", |
16 |
custom_buttons=[_("Go _back"), |