diff options
Diffstat (limited to 'plugins/exchange-operations/exchange-oof.ui')
-rw-r--r-- | plugins/exchange-operations/exchange-oof.ui | 20 |
1 files changed, 13 insertions, 7 deletions
diff --git a/plugins/exchange-operations/exchange-oof.ui b/plugins/exchange-operations/exchange-oof.ui index f7a0ca3b53..8e4c3b3df7 100644 --- a/plugins/exchange-operations/exchange-oof.ui +++ b/plugins/exchange-operations/exchange-oof.ui @@ -281,10 +281,9 @@ Would you like to change your status to "In the Office"? </property> <child> <object class="GtkLabel" id="label6"> <property name="visible">True</property> - <property name="label" translatable="yes"><small>The message specified below will be automatically sent to each person who sends -mail to you while you are out of the office.</small></property> + <property name="label" translatable="yes">The message specified below will be automatically sent to each person who sends +mail to you while you are out of the office.</property> <property name="use_underline">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> @@ -292,6 +291,9 @@ mail to you while you are out of the office.</small></property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> + <attributes> + <attribute name="scale" value="0.8"/> + </attributes> </object> <packing> <property name="padding">0</property> @@ -318,9 +320,8 @@ mail to you while you are out of the office.</small></property> <child> <object class="GtkLabel" id="label3"> <property name="visible">True</property> - <property name="label" translatable="yes"><b>Status:</b></property> + <property name="label" translatable="yes">Status:</property> <property name="use_underline">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> @@ -328,6 +329,9 @@ mail to you while you are out of the office.</small></property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> + <attributes> + <attribute name="weight" value="bold"/> + </attributes> </object> <packing> <property name="left_attach">0</property> @@ -457,9 +461,8 @@ mail to you while you are out of the office.</small></property> <child type="label"> <object class="GtkLabel" id="label1"> <property name="visible">True</property> - <property name="label" translatable="yes"><b>Out of Office Message:</b></property> + <property name="label" translatable="yes">Out of Office Message:</property> <property name="use_underline">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> @@ -467,6 +470,9 @@ mail to you while you are out of the office.</small></property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> + <attributes> + <attribute name="weight" value="bold"/> + </attributes> </object> </child> </object> |