зеркало из https://github.com/mozilla/pjs.git
Bug 395404 - Use Checkbox instead of Radio Buttons for License Agreement Prompt. r=sspitzer, a1.9=mconnor
This commit is contained in:
Родитель
d3b754ab84
Коммит
236c5918a1
|
@ -155,7 +155,7 @@ ReserveFile shortcuts.ini
|
|||
!insertmacro MUI_PAGE_WELCOME
|
||||
|
||||
; License Page
|
||||
!define MUI_LICENSEPAGE_RADIOBUTTONS
|
||||
!define MUI_LICENSEPAGE_CHECKBOX
|
||||
!insertmacro MUI_PAGE_LICENSE license.rtf
|
||||
|
||||
; Custom Options Page
|
||||
|
|
|
@ -57,6 +57,7 @@ MUI_TEXT_WELCOME_INFO_TEXT=This wizard will guide you through the installation o
|
|||
MUI_TEXT_LICENSE_TITLE=License Agreement
|
||||
MUI_TEXT_LICENSE_SUBTITLE=Please review the license terms before installing $(^NameDA).
|
||||
MUI_INNERTEXT_LICENSE_TOP=Press Page Down to see the rest of the agreement.
|
||||
MUI_INNERTEXT_LICENSE_BOTTOM_CHECKBOX=If you accept the terms of the agreement, click the check box below. You must accept the agreement to install $(^NameDA). $_CLICK
|
||||
MUI_INNERTEXT_LICENSE_BOTTOM_RADIOBUTTONS=If you accept the terms of the agreement, select the first option below. You must accept the agreement to install $(^NameDA). $_CLICK
|
||||
MUI_TEXT_COMPONENTS_TITLE=Choose Components
|
||||
MUI_TEXT_COMPONENTS_SUBTITLE=Choose which features of $(^NameDA) you want to install.
|
||||
|
|
|
@ -227,8 +227,14 @@
|
|||
!insertmacro MUI_LANGUAGEFILE_MULTILANGSTRING_PAGE LICENSE "MUI_INNERTEXT_LICENSE_TOP"
|
||||
|
||||
# !insertmacro MUI_LANGUAGEFILE_LANGSTRING_PAGE LICENSE "MUI_INNERTEXT_LICENSE_BOTTOM"
|
||||
# !insertmacro MUI_LANGUAGEFILE_LANGSTRING_PAGE LICENSE "MUI_INNERTEXT_LICENSE_BOTTOM_CHECKBOX"
|
||||
|
||||
!ifdef MUI_INNERTEXT_LICENSE_BOTTOM_CHECKBOX
|
||||
!insertmacro MUI_LANGUAGEFILE_LANGSTRING_PAGE LICENSE "MUI_INNERTEXT_LICENSE_BOTTOM_CHECKBOX"
|
||||
!endif
|
||||
|
||||
!ifdef MUI_INNERTEXT_LICENSE_BOTTOM_RADIOBUTTONS
|
||||
!insertmacro MUI_LANGUAGEFILE_LANGSTRING_PAGE LICENSE "MUI_INNERTEXT_LICENSE_BOTTOM_RADIOBUTTONS"
|
||||
!endif
|
||||
|
||||
!insertmacro MUI_LANGUAGEFILE_LANGSTRING_PAGE COMPONENTS "MUI_TEXT_COMPONENTS_TITLE"
|
||||
!insertmacro MUI_LANGUAGEFILE_LANGSTRING_PAGE COMPONENTS "MUI_TEXT_COMPONENTS_SUBTITLE"
|
||||
|
|
Загрузка…
Ссылка в новой задаче