changeset 17422:175f9fc28e75

merge of '27642feec9fb0de47fa600a01c447c8030505350' and '781a4f5ab1b1697062c2b8309fb6ba728ed4d408'
author Sean Egan <seanegan@gmail.com>
date Fri, 01 Jun 2007 04:20:37 +0000
parents 840ae0796048 (diff) a53791425566 (current diff)
children a8e63ed98673 8edcfcddbcc7
files
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/pidgin/gtkutils.c	Fri Jun 01 03:21:28 2007 +0000
+++ b/pidgin/gtkutils.c	Fri Jun 01 04:20:37 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,