|
From: <xue...@us...> - 2003-09-13 16:36:04
|
Update of /cvsroot/popfile/windows/languages In directory sc8-pr-cvs1:/tmp/cvs-serv31898 Modified Files: English-mui.nsh German-mui.nsh SimpChinese-mui.nsh TradChinese-mui.nsh Log Message: Remove spurious character from message strings. Index: English-mui.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/English-mui.nsh,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** English-mui.nsh 1 Aug 2003 00:30:29 -0000 1.3 --- English-mui.nsh 13 Sep 2003 16:36:00 -0000 1.4 *************** *** 41,45 **** !insertmacro MUI_LANGUAGEFILE_STRING MUI_TEXT_WELCOME_INFO_TEXT \ ! "This wizard will guide you through the installation of POPFile.\r\n\r\n\It is recommended that you close all other applications before starting Setup.\r\n\r\n" #-------------------------------------------------------------------------- --- 41,45 ---- !insertmacro MUI_LANGUAGEFILE_STRING MUI_TEXT_WELCOME_INFO_TEXT \ ! "This wizard will guide you through the installation of POPFile.\r\n\r\nIt is recommended that you close all other applications before starting Setup.\r\n\r\n" #-------------------------------------------------------------------------- Index: German-mui.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/German-mui.nsh,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** German-mui.nsh 1 Aug 2003 00:30:29 -0000 1.3 --- German-mui.nsh 13 Sep 2003 16:36:00 -0000 1.4 *************** *** 41,45 **** !insertmacro MUI_LANGUAGEFILE_STRING MUI_TEXT_WELCOME_INFO_TEXT \ ! "Dieser Assistent wird Sie durch die Installation von POPFile begleiten.\r\n\r\n\Es wird empfohlen vor der Installation alle anderen Programme zu schließen.\r\n\r\n" #-------------------------------------------------------------------------- --- 41,45 ---- !insertmacro MUI_LANGUAGEFILE_STRING MUI_TEXT_WELCOME_INFO_TEXT \ ! "Dieser Assistent wird Sie durch die Installation von POPFile begleiten.\r\n\r\nEs wird empfohlen vor der Installation alle anderen Programme zu schließen.\r\n\r\n" #-------------------------------------------------------------------------- Index: SimpChinese-mui.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/SimpChinese-mui.nsh,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** SimpChinese-mui.nsh 1 Aug 2003 00:30:29 -0000 1.4 --- SimpChinese-mui.nsh 13 Sep 2003 16:36:00 -0000 1.5 *************** *** 43,47 **** ;!insertmacro MUI_LANGUAGEFILE_STRING MUI_TEXT_WELCOME_INFO_TEXT \ ! ;"This wizard will guide you through the installation of POPFile.\r\n\r\n\It is recommended that you close all other applications before starting Setup.\r\n\r\n" ; Default NSIS message: --- 43,47 ---- ;!insertmacro MUI_LANGUAGEFILE_STRING MUI_TEXT_WELCOME_INFO_TEXT \ ! ;"This wizard will guide you through the installation of POPFile.\r\n\r\nIt is recommended that you close all other applications before starting Setup.\r\n\r\n" ; Default NSIS message: Index: TradChinese-mui.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/TradChinese-mui.nsh,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** TradChinese-mui.nsh 1 Aug 2003 00:30:29 -0000 1.4 --- TradChinese-mui.nsh 13 Sep 2003 16:36:00 -0000 1.5 *************** *** 43,47 **** ;!insertmacro MUI_LANGUAGEFILE_STRING MUI_TEXT_WELCOME_INFO_TEXT \ ! ;"This wizard will guide you through the installation of POPFile.\r\n\r\n\It is recommended that you close all other applications before starting Setup.\r\n\r\n" ; Default NSIS message: --- 43,47 ---- ;!insertmacro MUI_LANGUAGEFILE_STRING MUI_TEXT_WELCOME_INFO_TEXT \ ! ;"This wizard will guide you through the installation of POPFile.\r\n\r\nIt is recommended that you close all other applications before starting Setup.\r\n\r\n" ; Default NSIS message: |