Saving/Restoring state into ~/.pynche file
diff --git a/Tools/pynche/PyncheWidget.py b/Tools/pynche/PyncheWidget.py
index c4df038..4052357 100644
--- a/Tools/pynche/PyncheWidget.py
+++ b/Tools/pynche/PyncheWidget.py
@@ -60,7 +60,7 @@
         # Help menu
         #
         helpmenu = Menu(menubar, name='help', tearoff=0)
-	helpmenu.add_command(label='About...',
+	helpmenu.add_command(label='About Pynche...',
                              command=self.__popup_about,
                              underline=0)
         #
@@ -111,7 +111,7 @@
 Copyright (C) 1998 CNRI
 All rights reserved
 
-For information about Pynche contact
+For information contact
 author: Barry A. Warsaw
 email : bwarsaw@python.org''' % __version__)