diff options
Diffstat (limited to 'libempathy-gtk')
-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 8e64e1fe2..e1487d563 100644 --- a/libempathy-gtk/empathy-avatar-chooser.c +++ b/libempathy-gtk/empathy-avatar-chooser.c @@ -815,7 +815,7 @@ avatar_chooser_set_avatar_from_pixbuf (EmpathyAvatarChooser *self, if (!gdk_pixbuf_save_to_buffer (pb, &buf, &size, "png", &error, NULL)) { avatar_chooser_error_show (self, - _("Couldn't save pixbuf to png"), + _("Couldn't save picture to file"), error ? error->message : NULL); g_clear_error (&error); return; |