|
From: Nerijus B. <ne...@us...> - 2006-02-18 12:54:58
|
Update of /cvsroot/opendict/opendict/lib/gui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23708/lib/gui Modified Files: helpwin.py Log Message: Index: helpwin.py =================================================================== RCS file: /cvsroot/opendict/opendict/lib/gui/helpwin.py,v retrieving revision 1.23 retrieving revision 1.24 diff -u -d -r1.23 -r1.24 --- helpwin.py 17 Feb 2006 13:58:44 -0000 1.23 +++ helpwin.py 18 Feb 2006 12:54:54 -0000 1.24 @@ -164,7 +164,7 @@ title = "OpenDict %s" % info.VERSION copy = "Copyright %s 2003-2006 Martynas Jocius <mj...@ak...>" % \ unicode("\302\251", "UTF-8") - desc = _("OpenDict is multiplatform dictionary.") + desc = _("OpenDict is a multiplatform dictionary.") page = "http://opendict.sourceforge.net" titleLabel = wxStaticText(self, -1, title, |