]> git.0d.be Git - empathy.git/commitdiff
Fix unclear string in avatar chooser
authorMilo Casagrande <milo@ubuntu.com>
Thu, 25 Aug 2011 20:11:40 +0000 (22:11 +0200)
committerMilo Casagrande <milo@ubuntu.com>
Thu, 25 Aug 2011 20:11:40 +0000 (22:11 +0200)
* Fix an unclear error string in the avatar chooser
  when saving camera taken image to file.
  Fixes bug #657166

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;