summaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2007-07-26 14:26:25 +0000
committerDavid Cantrell <dcantrell@redhat.com>2007-07-26 14:26:25 +0000
commitd47270fe51731561230a61551f51c9a16a892034 (patch)
treea2494fb747e07e0f6755d382e30089a9be786f7d /ui
parent2b53dbb0a2e284f54f616f48e439cc060e7a3f46 (diff)
downloadanaconda-d47270fe51731561230a61551f51c9a16a892034.tar.gz
anaconda-d47270fe51731561230a61551f51c9a16a892034.tar.xz
anaconda-d47270fe51731561230a61551f51c9a16a892034.zip
* ui/autopart.glade: Bold heading text to be more consistent with
other screens.
Diffstat (limited to 'ui')
-rw-r--r--ui/autopart.glade6
1 files changed, 3 insertions, 3 deletions
diff --git a/ui/autopart.glade b/ui/autopart.glade
index a357ad6d9..b3e5e2d16 100644
--- a/ui/autopart.glade
+++ b/ui/autopart.glade
@@ -81,9 +81,9 @@
<child>
<widget class="GtkLabel" id="label2">
- <property name="label" translatable="yes" context="yes">_Select the drive(s) to use for this installation.</property>
+ <property name="label" translatable="yes" context="yes">&lt;b&gt;_Select the drive(s) to use for this installation.&lt;/b&gt;</property>
<property name="use_underline">True</property>
- <property name="use_markup">False</property>
+ <property name="use_markup">True</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>
<property name="selectable">False</property>
@@ -249,7 +249,7 @@
<child>
<widget class="GtkLabel" id="label4">
- <property name="label" translatable="yes" context="yes">What drive would you like to boot this installation from?</property>
+ <property name="label" translatable="yes" context="yes">&lt;b&gt;What drive would you like to _boot this installation from?&lt;/b&gt;</property>
<property name="use_underline">True</property>
<property name="use_markup">True</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>