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-contact-widget.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-contact-widget.ui')
-rw-r--r-- | libempathy-gtk/empathy-contact-widget.ui | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libempathy-gtk/empathy-contact-widget.ui b/libempathy-gtk/empathy-contact-widget.ui index 2e2ec3969..df8f535fb 100644 --- a/libempathy-gtk/empathy-contact-widget.ui +++ b/libempathy-gtk/empathy-contact-widget.ui @@ -358,7 +358,7 @@ <child> <object class="GtkLabel" id="label670"> <property name="xalign">0</property> - <property name="label" translatable="yes">Fullname:</property> + <property name="label" translatable="yes">Full name:</property> </object> <packing> <property name="x_options">GTK_FILL</property> @@ -368,7 +368,7 @@ <child> <object class="GtkLabel" id="label650"> <property name="xalign">0</property> - <property name="label" translatable="yes">Email:</property> + <property name="label" translatable="yes">E-mail address:</property> </object> <packing> <property name="top_attach">1</property> @@ -380,7 +380,7 @@ <child> <object class="GtkLabel" id="label651"> <property name="xalign">0</property> - <property name="label" translatable="yes">Web site:</property> + <property name="label" translatable="yes">Website:</property> </object> <packing> <property name="top_attach">2</property> |