]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-avatar-chooser.c
Fix unclear string in avatar chooser
[empathy.git] / libempathy-gtk / empathy-avatar-chooser.c
index 8e64e1fe260ac18b8a078029ab01b27b4fffedd4..e1487d56386d5b0c8048c024e8b78b6ab39bbc39 100644 (file)
@@ -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;