summaryrefslogtreecommitdiffstats
path: root/iw/partmethod_gui.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-07-05 18:30:44 +0000
committerJeremy Katz <katzj@redhat.com>2002-07-05 18:30:44 +0000
commitb6660be0122b7280a305281c839831f5ad67de25 (patch)
tree6ca197ca513d2872e007b8702acdaea67f21f67c /iw/partmethod_gui.py
parente898a9b910f54576d302f5402fe0f28d7ba66a8f (diff)
downloadanaconda-b6660be0122b7280a305281c839831f5ad67de25.tar.gz
anaconda-b6660be0122b7280a305281c839831f5ad67de25.tar.xz
anaconda-b6660be0122b7280a305281c839831f5ad67de25.zip
mnemonics
Diffstat (limited to 'iw/partmethod_gui.py')
-rw-r--r--iw/partmethod_gui.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/iw/partmethod_gui.py b/iw/partmethod_gui.py
index 99d625ebe..e3a0c581c 100644
--- a/iw/partmethod_gui.py
+++ b/iw/partmethod_gui.py
@@ -55,13 +55,13 @@ class PartitionMethodWindow(InstallWindow):
radioBox = gtk.VBox (gtk.FALSE)
self.useAuto = gtk.RadioButton(
- None, _("Have the installer automatically partition for you"))
+ None, _("Have the installer _automatically partition for you"))
radioBox.pack_start(self.useAuto, gtk.FALSE, gtk.FALSE)
self.useDS = gtk.RadioButton(
- self.useAuto, _("Manually partition with Disk Druid"))
+ self.useAuto, _("Manually partition with _Disk Druid"))
radioBox.pack_start(self.useDS, gtk.FALSE, gtk.FALSE)
self.useFdisk = gtk.RadioButton(
- self.useAuto, _("Manually partition with fdisk [experts only]"))
+ self.useAuto, _("Manually partition with _fdisk [experts only]"))
radioBox.pack_start(self.useFdisk, gtk.FALSE, gtk.FALSE)
if partitions.useAutopartitioning: