diff options
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; } |