1 |
wellsi |
1.1 |
Index: updates/storage/__init__.py |
2 |
|
|
=================================================================== |
3 |
|
|
RCS file: /cvsroot/smeserver/cdrom.image/sme9/updates/storage/__init__.py,v |
4 |
|
|
retrieving revision 1.1 |
5 |
|
|
retrieving revision 1.3 |
6 |
|
|
diff -u -r1.1 -r1.3 |
7 |
|
|
--- updates/storage/__init__.py 30 Jul 2013 21:01:52 -0000 1.1 |
8 |
|
|
+++ updates/storage/__init__.py 6 Nov 2013 02:06:23 -0000 1.3 |
9 |
|
|
@@ -225,10 +225,9 @@ |
10 |
|
|
sys.exit(1) |
11 |
|
|
|
12 |
|
|
rc = anaconda.intf.messageWindow(_("Writing storage configuration to disk"), |
13 |
|
|
- _("The partitioning options you have selected " |
14 |
|
|
- "will now be written to disk. Any " |
15 |
|
|
- "data on deleted or reformatted partitions " |
16 |
|
|
- "will be lost." |
17 |
|
|
+ _("This option performs a new install of " |
18 |
|
|
+ "SME Server. All hard drives, including " |
19 |
|
|
+ "removable media, will be re-partitioned and formatted. Proceed? " |
20 |
|
|
"%s") % (warning), |
21 |
|
|
type = "custom", custom_icon="warning", |
22 |
|
|
custom_buttons=[_("Go _back"), |