|
From: <xue...@us...> - 2003-07-02 18:48:26
|
Update of /cvsroot/popfile/windows/languages In directory sc8-pr-cvs1:/tmp/cvs-serv10598 Modified Files: Finnish-mui.nsh Log Message: The two "Uninstall" strings were mistakenly included in the "Finish" page section. Index: Finnish-mui.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/Finnish-mui.nsh,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Finnish-mui.nsh 2 Jul 2003 12:29:45 -0000 1.1 --- Finnish-mui.nsh 2 Jul 2003 18:48:23 -0000 1.2 *************** *** 42,45 **** --- 42,52 ---- #-------------------------------------------------------------------------- + !insertmacro MUI_LANGUAGEFILE_STRING MUI_TEXT_FINISH_RUN \ + "POPFile User Interface" + + #-------------------------------------------------------------------------- + # Standard MUI Page - Uninstall Finish + #-------------------------------------------------------------------------- + ; As of 27 June 2003, the NSIS MUI language file uses the wrong name for the following ; two UNTEXT strings. *************** *** 50,56 **** !insertmacro MUI_LANGUAGEFILE_STRING MUI_UNTEXT_FINISH_SUBTITLE \ "Ohjelma on poistettu onnistuneesti." - - !insertmacro MUI_LANGUAGEFILE_STRING MUI_TEXT_FINISH_RUN \ - "POPFile User Interface" #-------------------------------------------------------------------------- --- 57,60 ---- |