summaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2008-12-01 15:21:38 -0500
committerJeremy Katz <katzj@redhat.com>2008-12-01 16:25:03 -0500
commitaadef79bf0349cebad99e6157110ab4a754a4bdf (patch)
tree832558eaa8e627a5cf4f53ff09b1ba116768ad66 /ui
parent1b16420aa7199b7848c198820beef009c0838974 (diff)
downloadanaconda-aadef79bf0349cebad99e6157110ab4a754a4bdf.tar.gz
anaconda-aadef79bf0349cebad99e6157110ab4a754a4bdf.tar.xz
anaconda-aadef79bf0349cebad99e6157110ab4a754a4bdf.zip
Make text for autopartitioning types clearer (#441350)
We used "default" a lot in the text. Change based on notting's suggestion and make the intro text a little clearer to match
Diffstat (limited to 'ui')
-rw-r--r--ui/autopart.glade2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/autopart.glade b/ui/autopart.glade
index 9378cb65a..199c3591d 100644
--- a/ui/autopart.glade
+++ b/ui/autopart.glade
@@ -30,7 +30,7 @@
<child>
<widget class="GtkLabel" id="mainlabel">
<property name="visible">True</property>
- <property name="label" translatable="yes">Installation requires partitioning of your hard drive. By default, a partitioning layout is chosen which is reasonable for most users. You can either choose to use this or create your own.</property>
+ <property name="label" translatable="yes">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.</property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>