diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-03-25 18:36:55 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-03-26 17:59:59 +0800 |
commit | a450bc13ff9de2546bc450e41479a531e85ea647 (patch) | |
tree | 7e5fdb93ec68206cffa304832b769c28af34e837 /libempathy-gtk | |
parent | 600a7af1f885043ff82c3ea09ae5d3b44b1446a3 (diff) | |
download | gsoc2013-empathy-a450bc13ff9de2546bc450e41479a531e85ea647.tar gsoc2013-empathy-a450bc13ff9de2546bc450e41479a531e85ea647.tar.gz gsoc2013-empathy-a450bc13ff9de2546bc450e41479a531e85ea647.tar.bz2 gsoc2013-empathy-a450bc13ff9de2546bc450e41479a531e85ea647.tar.lz gsoc2013-empathy-a450bc13ff9de2546bc450e41479a531e85ea647.tar.xz gsoc2013-empathy-a450bc13ff9de2546bc450e41479a531e85ea647.tar.zst gsoc2013-empathy-a450bc13ff9de2546bc450e41479a531e85ea647.zip |
Add a comment explaining translator how to make the Facebook string look nice
Diffstat (limited to 'libempathy-gtk')
-rw-r--r-- | libempathy-gtk/empathy-account-widget-jabber.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-account-widget-jabber.ui b/libempathy-gtk/empathy-account-widget-jabber.ui index 76f11de12..39a4eac63 100644 --- a/libempathy-gtk/empathy-account-widget-jabber.ui +++ b/libempathy-gtk/empathy-account-widget-jabber.ui @@ -140,7 +140,7 @@ <object class="GtkLabel" id="label_username_f_example"> <property name="xalign">0</property> <property name="xpad">3</property> - <property name="label" translatable="yes">This is your username, not your normal Facebook login. + <property name="label" translatable="yes" comments="This string is not wrapped in the dialog so you may have to add some '\n' to make it look nice.">This is your username, not your normal Facebook login. If you are facebook.com/<b>badger</b>, enter <b>badger</b>. Use <a href="http://www.facebook.com/username/">this page</a> to choose a Facebook username if you don't have one.</property> <property name="use_markup">True</property> |