# HG changeset patch # User masneyb # Date 1151025868 0 # Node ID ca202375e6cbcc513ee3882dc28d178e0d895ebe # Parent 11b85ac0ec1541a62ffd733de4cc8406a063884a 2006-6-22 Brian Masney * src/gtk/bookmarks.c (new_item_entry) - fixed the title of the new item dialog (closes #329660) diff -r 11b85ac0ec15 -r ca202375e6cb ChangeLog --- a/ChangeLog Fri Jun 23 01:20:01 2006 +0000 +++ b/ChangeLog Fri Jun 23 01:24:28 2006 +0000 @@ -1,4 +1,7 @@ 2006-6-22 Brian Masney + * src/gtk/bookmarks.c (new_item_entry) - fixed the title of the new item + dialog (closes #329660) + * src/gtk/transfer.c - split update_file_status() into another function. Updated the string that is displayed to the user with information on whether or not the file is being downloaded or updated. (closes #163750) @@ -3372,7 +3375,7 @@ * cvsclean - added this script - * *.[ch] - added $Id: ChangeLog,v 1.429 2006/06/23 01:20:00 masneyb Exp $ tags + * *.[ch] - added $Id: ChangeLog,v 1.430 2006/06/23 01:24:27 masneyb Exp $ tags * debian/* - updated files from Debian maintainer diff -r 11b85ac0ec15 -r ca202375e6cb src/gtk/bookmarks.c --- a/src/gtk/bookmarks.c Fri Jun 23 01:20:01 2006 +0000 +++ b/src/gtk/bookmarks.c Fri Jun 23 01:24:28 2006 +0000 @@ -480,7 +480,7 @@ static void new_item_entry (gpointer data) { - MakeEditDialog (_("New Folder"), + MakeEditDialog (_("New Item"), _("Enter the name of the new item to create"), NULL, 1, NULL, gftp_dialog_button_create, do_make_new, NULL, NULL, NULL);