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 /sfx2/uiconfig/ui/password.ui | |
parent | e8029a19ec1f13a593dd5364525dc2d1de6e32d9 (diff) |
make use of ability to use bold in labels
Change-Id: I3989d552ef286ba2e63cbd2a9fee32a8358ca74c
Diffstat (limited to 'sfx2/uiconfig/ui/password.ui')
-rw-r--r-- | sfx2/uiconfig/ui/password.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/uiconfig/ui/password.ui b/sfx2/uiconfig/ui/password.ui index 93163167b181..3f48b6aad0d6 100644 --- a/sfx2/uiconfig/ui/password.ui +++ b/sfx2/uiconfig/ui/password.ui @@ -191,7 +191,7 @@ <object class="GtkLabel" id="label1"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="yes">Password</property> + <property name="label" translatable="yes"><b>Password</b></property> <property name="use_markup">True</property> </object> </child> @@ -287,7 +287,7 @@ <object class="GtkLabel" id="label2"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="yes">Second Password</property> + <property name="label" translatable="yes"><b>Second Password</b></property> <property name="use_markup">True</property> </object> </child> |