diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-02-12 01:14:56 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-02-12 01:27:06 +0800 |
commit | 4c56821d84e3dbd90108986c9a4347f7c460c4d1 (patch) | |
tree | 5e9faf68c49700611f7c9764aa3914fa70fa1977 /libempathy-gtk/empathy-account-widget-jabber.ui | |
parent | e8ceee61bcfd8c07ac243b1cef17d80434abbb61 (diff) | |
download | gsoc2013-empathy-4c56821d84e3dbd90108986c9a4347f7c460c4d1.tar gsoc2013-empathy-4c56821d84e3dbd90108986c9a4347f7c460c4d1.tar.gz gsoc2013-empathy-4c56821d84e3dbd90108986c9a4347f7c460c4d1.tar.bz2 gsoc2013-empathy-4c56821d84e3dbd90108986c9a4347f7c460c4d1.tar.lz gsoc2013-empathy-4c56821d84e3dbd90108986c9a4347f7c460c4d1.tar.xz gsoc2013-empathy-4c56821d84e3dbd90108986c9a4347f7c460c4d1.tar.zst gsoc2013-empathy-4c56821d84e3dbd90108986c9a4347f7c460c4d1.zip |
Rephrase the helper text and change "Login ID" to "Username"
Thanks to Nick Richards for his suggestions.
Diffstat (limited to 'libempathy-gtk/empathy-account-widget-jabber.ui')
-rw-r--r-- | libempathy-gtk/empathy-account-widget-jabber.ui | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/libempathy-gtk/empathy-account-widget-jabber.ui b/libempathy-gtk/empathy-account-widget-jabber.ui index fb9249b9b..76f11de12 100644 --- a/libempathy-gtk/empathy-account-widget-jabber.ui +++ b/libempathy-gtk/empathy-account-widget-jabber.ui @@ -140,8 +140,9 @@ <object class="GtkLabel" id="label_username_f_example"> <property name="xalign">0</property> <property name="xpad">3</property> - <property name="label" translatable="yes">If you are http://facebook.com/<b>badger</b>, enter <b>badger</b>. -Use <a href="http://www.facebook.com/username/">this page</a> to define your Facebook alias.</property> + <property name="label" translatable="yes">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> <attributes> <attribute name="scale" value="0.8"/><!-- PANGO_SCALE_SMALL --> @@ -623,7 +624,7 @@ Use <a href="http://www.facebook.com/username/">this page</a> to def <object class="GtkLabel" id="label_id_fb_simple"> <property name="visible">True</property> <property name="xalign">0</property> - <property name="label" translatable="yes">What is your Facebook ID?</property> + <property name="label" translatable="yes">What is your Facebook username?</property> </object> <packing> <property name="position">0</property> @@ -658,8 +659,9 @@ Use <a href="http://www.facebook.com/username/">this page</a> to def <object class="GtkLabel" id="label_fb_example"> <property name="visible">True</property> <property name="xalign">0.10000000149011612</property> - <property name="label" translatable="yes">If you are http://facebook.com/badger, enter badger. -Use <a href="http://www.facebook.com/username/">this page</a> to define your Facebook alias.</property> + <property name="label" translatable="yes">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> <attributes> <attribute name="scale" value="0.8"/><!-- PANGO_SCALE_SMALL --> |