diff options
author | Mike Fulbright <msf@redhat.com> | 2001-06-26 22:58:10 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2001-06-26 22:58:10 +0000 |
commit | df3109a5c9bcdabad5d46c0c5706a41efc4338e4 (patch) | |
tree | ae04e3ddab3aaac4adb8cecb9804a1daeabd4f81 /iw | |
parent | d0625fe5a04a40bdd8f8873195f2ab41bc43a101 (diff) | |
download | anaconda-df3109a5c9bcdabad5d46c0c5706a41efc4338e4.tar.gz anaconda-df3109a5c9bcdabad5d46c0c5706a41efc4338e4.tar.xz anaconda-df3109a5c9bcdabad5d46c0c5706a41efc4338e4.zip |
refer to disk druid
Diffstat (limited to 'iw')
-rw-r--r-- | iw/partmethod_gui.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/iw/partmethod_gui.py b/iw/partmethod_gui.py index 5d4549f3b..f1b5205af 100644 --- a/iw/partmethod_gui.py +++ b/iw/partmethod_gui.py @@ -49,7 +49,7 @@ class PartitionMethodWindow(InstallWindow): "way depending on your installation type and then gives you a " "chance to customize this setup.\n" "\n" - "Disk Shaman is a tool designed for partitioning and setting " + "Disk Druid is a tool designed for partitioning and setting " "up mount points. It is designed to be easier to use than " "Linux's traditional disk partitioning software, fdisk, as " "well as more powerful. However, there are some cases where " @@ -69,7 +69,7 @@ class PartitionMethodWindow(InstallWindow): None, _("Have the installer autopartition for you")) radioBox.pack_start(self.useAuto, FALSE, FALSE) self.useDS = GtkRadioButton( - self.useAuto, _("Manually partition with Disk Shaman")) + self.useAuto, _("Manually partition with Disk Druid")) radioBox.pack_start(self.useDS, FALSE, FALSE) self.useFdisk = GtkRadioButton( self.useAuto, _("Manually partition with fdisk [experts only]")) |