** Fix for bug #332112 from Lucky

svn path=/trunk/; revision=33871
This commit is contained in:
Srinivasa Ragavan
2007-07-28 19:57:37 +00:00
parent 7bd256d976
commit 63511f7632
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2007-07-29 Srinivasa Ragavan <sragavan@novell.com>
** Fix for bug #332112 from Lucky
* mail-send-recv.c: (receive_done):
2007-07-29 Johnny Jacob <jjohnny@novell.com>
** Fix for bug #237989

View File

@ -695,7 +695,7 @@ receive_done (char *uri, void *data)
if (info->state == SEND_CANCELLED)
text = _("Canceled.");
else {
text = _("Complete");
text = _("Complete.");
info->state = SEND_COMPLETE;
}