diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-10-16 00:20:04 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-10-17 16:06:29 +0100 |
commit | 8274df85dffad4bb3e87579e4c6e9c204ff60ebe (patch) | |
tree | 0949132fc2033a3dbc0aeae650a1d1fd597dbeb0 /vcl | |
parent | e8029a19ec1f13a593dd5364525dc2d1de6e32d9 (diff) |
make use of ability to use bold in labels
Change-Id: I3989d552ef286ba2e63cbd2a9fee32a8358ca74c
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/uiconfig/ui/printdialog.ui | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/vcl/uiconfig/ui/printdialog.ui b/vcl/uiconfig/ui/printdialog.ui index a9cb400b90b4..507742ec4db2 100644 --- a/vcl/uiconfig/ui/printdialog.ui +++ b/vcl/uiconfig/ui/printdialog.ui @@ -372,7 +372,7 @@ <object class="GtkLabel" id="label5"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="yes">Printer</property> + <property name="label" translatable="yes"><b>Printer</b></property> <property name="use_markup">True</property> </object> </child> @@ -712,7 +712,7 @@ <object class="GtkLabel" id="label13"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="yes">Range and copies</property> + <property name="label" translatable="yes"><b>Range and copies</b></property> <property name="use_markup">True</property> </object> </child> @@ -769,7 +769,7 @@ <object class="GtkLabel" id="label15"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="yes">Print</property> + <property name="label" translatable="yes"><b>Print</b></property> <property name="use_markup">True</property> </object> </child> @@ -897,7 +897,7 @@ <object class="GtkLabel" id="label11"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="yes">Print</property> + <property name="label" translatable="yes"><b>Print</b></property> <property name="use_markup">True</property> </object> </child> @@ -1292,7 +1292,7 @@ <object class="GtkLabel" id="label18"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="yes">Layout</property> + <property name="label" translatable="yes"><b>Layout</b></property> <property name="use_markup">True</property> </object> </child> @@ -1350,7 +1350,7 @@ <object class="GtkLabel" id="label3"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="yes">Page sides</property> + <property name="label" translatable="yes"><b>Page sides</b></property> <property name="use_markup">True</property> </object> </child> @@ -1453,7 +1453,7 @@ <object class="GtkLabel" id="label21"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="yes">Options</property> + <property name="label" translatable="yes"><b>Options</b></property> <property name="use_markup">True</property> </object> </child> |