diff options
author | Philip Withnall <philip@tecnocode.co.uk> | 2010-01-01 02:08:40 +0800 |
---|---|---|
committer | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2010-01-01 23:06:58 +0800 |
commit | 89d36ccc021bd173e95e62326cb84b7f873c123f (patch) | |
tree | 39da8f21ab15fbf908207fd12bb2771721029e8c /libempathy-gtk/empathy-account-widget-yahoo.ui | |
parent | 3fa03d64274f3fa8b939991e3e61d9cdeeffb5ff (diff) | |
download | gsoc2013-empathy-89d36ccc021bd173e95e62326cb84b7f873c123f.tar gsoc2013-empathy-89d36ccc021bd173e95e62326cb84b7f873c123f.tar.gz gsoc2013-empathy-89d36ccc021bd173e95e62326cb84b7f873c123f.tar.bz2 gsoc2013-empathy-89d36ccc021bd173e95e62326cb84b7f873c123f.tar.lz gsoc2013-empathy-89d36ccc021bd173e95e62326cb84b7f873c123f.tar.xz gsoc2013-empathy-89d36ccc021bd173e95e62326cb84b7f873c123f.tar.zst gsoc2013-empathy-89d36ccc021bd173e95e62326cb84b7f873c123f.zip |
Miscellaneous string fixes
Lots of small spelling and grammar fixes, as well as some terminology
cleanups.
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
Diffstat (limited to 'libempathy-gtk/empathy-account-widget-yahoo.ui')
-rw-r--r-- | libempathy-gtk/empathy-account-widget-yahoo.ui | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libempathy-gtk/empathy-account-widget-yahoo.ui b/libempathy-gtk/empathy-account-widget-yahoo.ui index 685861970..0880cc7f4 100644 --- a/libempathy-gtk/empathy-account-widget-yahoo.ui +++ b/libempathy-gtk/empathy-account-widget-yahoo.ui @@ -61,7 +61,7 @@ <object class="GtkLabel" id="label_id"> <property name="visible">True</property> <property name="xalign">0</property> - <property name="label" translatable="yes">Yahoo I_D:</property> + <property name="label" translatable="yes">Yahoo! I_D:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">entry_id</property> </object> @@ -142,7 +142,7 @@ <property name="row_spacing">6</property> <child> <object class="GtkCheckButton" id="checkbutton_ignore_invites"> - <property name="label" translatable="yes">_Ignore conference and chatroom invitations</property> + <property name="label" translatable="yes">_Ignore conference and chat room invitations</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> @@ -174,7 +174,7 @@ <object class="GtkLabel" id="label_charset"> <property name="visible">True</property> <property name="xalign">0</property> - <property name="label" translatable="yes">_Charset:</property> + <property name="label" translatable="yes">_Character set:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">entry_charset</property> </object> @@ -276,7 +276,7 @@ </child> <child> <object class="GtkCheckButton" id="checkbutton_yahoojp"> - <property name="label" translatable="yes">Use _Yahoo Japan</property> + <property name="label" translatable="yes">Use _Yahoo! Japan</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> |