# HG changeset patch # User Daniel Atallah # Date 1180661776 0 # Node ID 840ae079604806670870f22106072ae3c618a2d6 # Parent c5663c1d146f3bceb177b34e0d191bc4b87d29ce Fix the "transfer file or embed image" message (it looks like it was copied and pasted incorrectly). diff -r c5663c1d146f -r 840ae0796048 pidgin/gtkutils.c --- a/pidgin/gtkutils.c Fri Jun 01 01:20:32 2007 +0000 +++ b/pidgin/gtkutils.c Fri Jun 01 01:36:16 2007 +0000 @@ -1457,8 +1457,7 @@ else purple_request_choice(NULL, NULL, _("You have dragged an image"), - (ft ? _("You can send this image as a file transfer or " - "embed it into this message, or use it as the buddy icon for this user.") : + (ft ? _("You can send this image as a file transfer, or use it as the buddy icon for this user.") : _("You can insert this image into this message, or use it as the buddy icon for this user")), (ft ? DND_FILE_TRANSFER : DND_IM_IMAGE), "OK", (GCallback)dnd_image_ok_callback,