summaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2007-10-09 16:58:57 +0000
committerJeremy Katz <katzj@redhat.com>2007-10-09 16:58:57 +0000
commit0d0feb41346773305872f227d1676b51a4c9325f (patch)
treebae74e2bb8b14f37ed257afbd6ea90b569cf5f51 /ui
parent1ede1f27ac0b1e9ef04f22324bc5dd7fe9a4a473 (diff)
downloadanaconda-0d0feb41346773305872f227d1676b51a4c9325f.tar.gz
anaconda-0d0feb41346773305872f227d1676b51a4c9325f.tar.xz
anaconda-0d0feb41346773305872f227d1676b51a4c9325f.zip
2007-10-09 Jeremy Katz <katzj@redhat.com>
* iw/autopart_type.py (PartitionTypeWindow.getScreen): Make labels bold programatically rather than in the XML * ui/autopart.glade: Don't include markup in XML (#322681)
Diffstat (limited to 'ui')
-rw-r--r--ui/autopart.glade8
1 files changed, 4 insertions, 4 deletions
diff --git a/ui/autopart.glade b/ui/autopart.glade
index b3e5e2d16..fb75259eb 100644
--- a/ui/autopart.glade
+++ b/ui/autopart.glade
@@ -80,8 +80,8 @@
</child>
<child>
- <widget class="GtkLabel" id="label2">
- <property name="label" translatable="yes" context="yes">&lt;b&gt;_Select the drive(s) to use for this installation.&lt;/b&gt;</property>
+ <widget class="GtkLabel" id="selectLabel">
+ <property name="label" translatable="yes" context="yes">_Select the drive(s) to use for this installation.</property>
<property name="use_underline">True</property>
<property name="use_markup">True</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
@@ -248,8 +248,8 @@
</child>
<child>
- <widget class="GtkLabel" id="label4">
- <property name="label" translatable="yes" context="yes">&lt;b&gt;What drive would you like to _boot this installation from?&lt;/b&gt;</property>
+ <widget class="GtkLabel" id="bootLabel">
+ <property name="label" translatable="yes" context="yes">What drive would you like to _boot this installation from?</property>
<property name="use_underline">True</property>
<property name="use_markup">True</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>