From bd7bf09569f454c7428c8fddd05b59b11f412110 Mon Sep 17 00:00:00 2001
From: Bert Timmerman <bert.timmerman@xs4all.nl>
Date: Thu, 3 Mar 2011 21:10:32 +0100
Subject: [PATCH 1/1] Let the user write a "Kicad module", not a "Kicad".

---
 gui.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gui.c b/gui.c
index 3c2ee8b..d66853a 100644
--- a/gui.c
+++ b/gui.c
@@ -98,7 +98,7 @@ static GtkItemFactoryEntry menu_entries[] = {
 	{ "/File/Save",		NULL,	save_fpd,	0, "<Item>" },
 	{ "/File/Save as",	NULL,	save_as_fpd,	0, "<Item>" },
         { "/File/sep1",		NULL,	NULL,		0, "<Separator>" },
-        { "/File/Write KiCad",	NULL,	write_kicad,	0, "<Item>" },
+        { "/File/Write KiCad module",	NULL,	write_kicad,	0, "<Item>" },
         { "/File/Write Postscript",
 				NULL,	write_ps,	0, "<Item>" },
         { "/File/sep2",		NULL,	NULL,		0, "<Separator>" },
-- 
1.7.3.4

