Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorDenis Fomin <fominde@gmail.com>2011-03-27 21:41:10 +0400
committerDenis Fomin <fominde@gmail.com>2011-03-27 21:41:10 +0400
commit357a2a5b2bb8b960f88ea259bfb2022313de44c3 (patch)
tree4a52ef7db61313122f3a66c64fbbdfb68ad81d6c /data
parentdf960e4a5db6fc9b73657809c25d71fa320c4388 (diff)
Add markup for avatar lebels in vcard window
Diffstat (limited to 'data')
-rw-r--r--data/gui/vcard_information_window.ui6
1 files changed, 4 insertions, 2 deletions
diff --git a/data/gui/vcard_information_window.ui b/data/gui/vcard_information_window.ui
index c3f90335e..b41f52de6 100644
--- a/data/gui/vcard_information_window.ui
+++ b/data/gui/vcard_information_window.ui
@@ -272,7 +272,8 @@
<property name="no_show_all">True</property>
<property name="xalign">0</property>
<property name="ypad">5</property>
- <property name="label" translatable="yes">User avatar:</property>
+ <property name="label" translatable="yes">&lt;b&gt;User avatar:&lt;/b&gt;</property>
+ <property name="use_markup">True</property>
</object>
<packing>
<property name="expand">False</property>
@@ -303,7 +304,8 @@
<object class="GtkLabel" id="custom_avatar_label">
<property name="no_show_all">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Configured avatar:</property>
+ <property name="label" translatable="yes">&lt;b&gt;Configured avatar:&lt;/b&gt;</property>
+ <property name="use_markup">True</property>
</object>
<packing>
<property name="expand">False</property>