summaryrefslogtreecommitdiffstats
path: root/textw
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2009-04-09 09:51:39 -0400
committerChris Lumens <clumens@redhat.com>2009-04-09 09:51:39 -0400
commit9d457761536c55c6f755d3f0f96979d7f7d66b8d (patch)
treea17fc6e31ce89b696ed1c5fcce05495b7433f556 /textw
parent8266cd09295e735702256fbd18343644eeb5c5ff (diff)
downloadanaconda-9d457761536c55c6f755d3f0f96979d7f7d66b8d.tar.gz
anaconda-9d457761536c55c6f755d3f0f96979d7f7d66b8d.tar.xz
anaconda-9d457761536c55c6f755d3f0f96979d7f7d66b8d.zip
Remove the message saying you can make your own layout (#495015).
Diffstat (limited to 'textw')
-rw-r--r--textw/partition_text.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/textw/partition_text.py b/textw/partition_text.py
index 8b71754e6..1a790ca2f 100644
--- a/textw/partition_text.py
+++ b/textw/partition_text.py
@@ -57,7 +57,7 @@ class PartitionTypeWindow:
while 1:
g = GridFormHelp(screen, _("Partitioning Type"), "autopart", 1, 6)
- txt = TextboxReflowed(65, _("Installation requires partitioning of your hard drive. The default layout is suitable for most users. Select what space to use and which drives to use as the install target. You can also choose to create your own custom layout."))
+ txt = TextboxReflowed(65, _("Installation requires partitioning of your hard drive. The default layout is suitable for most users. Select what space to use and which drives to use as the install target."))
g.add(txt, 0, 0, (0, 0, 0, 0))
opts = ((_("Use entire drive"), CLEARPART_TYPE_ALL),