diff options
Diffstat (limited to 'widgets/misc/e-send-options.ui')
-rw-r--r-- | widgets/misc/e-send-options.ui | 24 |
1 files changed, 16 insertions, 8 deletions
diff --git a/widgets/misc/e-send-options.ui b/widgets/misc/e-send-options.ui index e43eb52eef..d02393b82f 100644 --- a/widgets/misc/e-send-options.ui +++ b/widgets/misc/e-send-options.ui @@ -270,8 +270,10 @@ <child type="label"> <object class="GtkLabel" id="label94"> <property name="visible">True</property> - <property name="label" translatable="yes"><b>Replies</b></property> - <property name="use_markup">True</property> + <property name="label" translatable="yes">Replies</property> + <attributes> + <attribute name="weight" value="bold"/> + </attributes> </object> </child> </object> @@ -456,8 +458,10 @@ <child type="label"> <object class="GtkLabel" id="label103"> <property name="visible">True</property> - <property name="label" translatable="yes"><b>Delivery Options</b></property> - <property name="use_markup">True</property> + <property name="label" translatable="yes">Delivery Options</property> + <attributes> + <attribute name="weight" value="bold"/> + </attributes> </object> </child> </object> @@ -678,9 +682,11 @@ <child type="label"> <object class="GtkLabel" id="label106"> <property name="visible">True</property> - <property name="label" translatable="yes"><b>Status Tracking</b></property> - <property name="use_markup">True</property> + <property name="label" translatable="yes">Status Tracking</property> <property name="use_underline">True</property> + <attributes> + <attribute name="weight" value="bold"/> + </attributes> </object> </child> </object> @@ -845,9 +851,11 @@ <child type="label"> <object class="GtkLabel" id="label111"> <property name="visible">True</property> - <property name="label" translatable="yes"><b>Return Notification</b></property> - <property name="use_markup">True</property> + <property name="label" translatable="yes">Return Notification</property> <property name="use_underline">True</property> + <attributes> + <attribute name="weight" value="bold"/> + </attributes> </object> </child> </object> |