changed text on license page: 'scroll down' > 'press page down' because richedit has focus on startup now
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@942 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
ef42fb1e27
commit
82d40079b0
2 changed files with 3 additions and 3 deletions
|
@ -26,7 +26,7 @@
|
|||
!insertmacro MUI_INTERFACE "modern.exe" "adni18-installer-C-no48xp.ico" "adni18-uninstall-C-no48xp.ico" "modern.bmp" "smooth"
|
||||
|
||||
;License dialog
|
||||
LicenseText "Scroll down to see the rest of the agreement."
|
||||
LicenseText "Press Page Down to see the rest of the agreement."
|
||||
LicenseData "License.txt"
|
||||
|
||||
;Component-select dialog
|
||||
|
|
|
@ -31,8 +31,8 @@
|
|||
!insertmacro MUI_INTERFACE "modern.exe" "adni18-installer-C-no48xp.ico" "adni18-uninstall-C-no48xp.ico" "modern.bmp" "smooth"
|
||||
|
||||
;License dialog
|
||||
LicenseText /LANG=1033 "Scroll down to see the rest of the agreement."
|
||||
LicenseText /LANG=1043 "Blader naar beneden om de rest van de overeenkomt te zien."
|
||||
LicenseText /LANG=1033 "Press Page Down to see the rest of the agreement."
|
||||
LicenseText /LANG=1043 "Druk op Page Down om de rest van de overeenkomt te zien."
|
||||
LicenseData /LANG=1033 "License.txt"
|
||||
LicenseData /LANG=1043 "License.txt"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue