# HG changeset patch # User Mark Doliner # Date 1117582576 0 # Node ID 84d8279259c9497d67a9fd9c869823990e2c65ee # Parent 4b0f64ab869cd6ada286f9cc4a788ff90756888f [gaim-migrate @ 12751] sf patch #1211745 (kind of), from Richard Laager The image drag-and-drop dialog is missing a space so two words run together. committer: Tailor Script diff -r 4b0f64ab869c -r 84d8279259c9 src/gtkutils.c --- a/src/gtkutils.c Tue May 31 23:34:31 2005 +0000 +++ b/src/gtkutils.c Tue May 31 23:36:16 2005 +0000 @@ -1511,8 +1511,8 @@ if (im && ft) gaim_request_choice(NULL, NULL, _("You have dragged an image"), - _("You can send this image as a file transfer," - " embed it into this message, or use it as the buddy icon for this user."), + _("You can send this image as a file transfer, " + "embed it into this message, or use it as the buddy icon for this user."), DND_BUDDY_ICON, "OK", (GCallback)dnd_image_ok_callback, "Cancel", (GCallback)dnd_image_cancel_callback, data, _("Set as buddy icon"), DND_BUDDY_ICON, @@ -1525,7 +1525,7 @@ else gaim_request_choice(NULL, NULL, _("You have dragged an image"), - ft ? _("You can send this image as a file transfer or" + 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.") : _("You can insert this image into this message, or use it as the buddy icon for this user"), DND_BUDDY_ICON, "OK", (GCallback)dnd_image_ok_callback,