changeset 754:ca202375e6cb

2006-6-22 Brian Masney <masneyb@gftp.org> * src/gtk/bookmarks.c (new_item_entry) - fixed the title of the new item dialog (closes #329660)
author masneyb
date Fri, 23 Jun 2006 01:24:28 +0000
parents 11b85ac0ec15
children 6d19d4a8adee
files ChangeLog src/gtk/bookmarks.c
diffstat 2 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 <masneyb@gftp.org>
+	* 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
 
--- 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);