Mercurial > pidgin
changeset 10951:84d8279259c9
[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 <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Tue, 31 May 2005 23:36:16 +0000 |
parents | 4b0f64ab869c |
children | 98225b573c9d |
files | src/gtkutils.c |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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,