From: Brian S. <xue...@us...> - 2007-10-18 01:42:50
|
Update of /cvsroot/popfile/windows/languages In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18644 Modified Files: Tag: b0_22_2 English-parser.nsh Log Message: If the MeCab download fails we no longer try to quote the program's name. Index: English-parser.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/Attic/English-parser.nsh,v retrieving revision 1.1.2.2 retrieving revision 1.1.2.3 diff -C2 -d -r1.1.2.2 -r1.1.2.3 *** English-parser.nsh 14 Oct 2007 17:26:07 -0000 1.1.2.2 --- English-parser.nsh 18 Oct 2007 01:42:50 -0000 1.1.2.3 *************** *** 87,91 **** ; Message shown if unable to download and install the MeCab files) ! !define C_NPLS_REPEATMECAB "Unable to install the MeCab files!${MB_NL}${MB_NL}To try again later, run the command${MB_NL}${MB_NL}$G_PLS_FIELD_1${MB_NL}${MB_NL}or use 'Add/Remove Programs' entry for POPFile" #-------------------------------------------------------------------------- --- 87,91 ---- ; Message shown if unable to download and install the MeCab files) ! !define C_NPLS_REPEATMECAB "Unable to install the MeCab files!${MB_NL}${MB_NL}To try again later use the 'Add/Remove Programs' entry${MB_NL}${MB_NL}for POPFile ${C_POPFILE_MAJOR_VERSION}.${C_POPFILE_MINOR_VERSION}.${C_POPFILE_REVISION}${C_POPFILE_RC}" #-------------------------------------------------------------------------- |