Mercurial > pidgin
changeset 17419:840ae0796048
Fix the "transfer file or embed image" message (it looks like it was copied and pasted incorrectly).
| author | Daniel Atallah <daniel.atallah@gmail.com> |
|---|---|
| date | Fri, 01 Jun 2007 01:36:16 +0000 |
| parents | c5663c1d146f |
| children | 175f9fc28e75 |
| files | pidgin/gtkutils.c |
| diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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,
