Fix the "transfer file or embed image" message (it looks like it was copied and pasted incorrectly).

Fri, 01 Jun 2007 01:36:16 +0000

author
Daniel Atallah <datallah@pidgin.im>
date
Fri, 01 Jun 2007 01:36:16 +0000
changeset 17497
6cbc2e55e878
parent 17496
dd32a48782c0
child 17502
173cc15a3abc

Fix the "transfer file or embed image" message (it looks like it was copied and pasted incorrectly).

pidgin/gtkutils.c file | annotate | diff | comparison | revisions
--- 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,

mercurial