diff options
-rw-r--r-- | libempathy-gtk/empathy-account-widget-jabber.ui | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-account-widget-jabber.ui b/libempathy-gtk/empathy-account-widget-jabber.ui index f9210c645..49584917e 100644 --- a/libempathy-gtk/empathy-account-widget-jabber.ui +++ b/libempathy-gtk/empathy-account-widget-jabber.ui @@ -136,6 +136,20 @@ <property name="position">1</property> </packing> </child> + <child> + <object class="GtkLabel" id="label_username_f_example"> + <property name="xalign">0</property> + <property name="xpad">3</property> + <property name="label" translatable="yes"><b>Example:</b> alice</property> + <property name="use_markup">True</property> + <attributes> + <attribute name="scale" value="0.8"/><!-- PANGO_SCALE_SMALL --> + </attributes> + </object> + <packing> + <property name="position">2</property> + </packing> + </child> </object> <packing> <property name="left_attach">1</property> |