diff src/gtk/bookmarks.c @ 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 af9ecca3568e
children 49cfbe02926b
line wrap: on
line diff
--- 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);