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-avatar-chooser.c | |
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-avatar-chooser.c')
-rw-r--r-- | libempathy-gtk/empathy-avatar-chooser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-avatar-chooser.c b/libempathy-gtk/empathy-avatar-chooser.c index df47d48e8..9c79eb852 100644 --- a/libempathy-gtk/empathy-avatar-chooser.c +++ b/libempathy-gtk/empathy-avatar-chooser.c @@ -447,7 +447,7 @@ avatar_chooser_maybe_convert_and_scale (EmpathyAvatarChooser *chooser, /* If there is no format we can use, report error to the user. */ if (new_mime_type == NULL || new_format_name == NULL) { avatar_chooser_error_show (chooser, _("Couldn't convert image"), - _("None of the accepted image formats is " + _("None of the accepted image formats are " "supported on your system")); return NULL; } |