Bug 1381650 - Update bottom tag line on the stub installer;r=mhowell

MozReview-Commit-ID: EVtY8ouhSa0

--HG--
extra : rebase_source : 8b060b4a04331c06e7bdf1c9463f93ee104869cc
This commit is contained in:
gasolin 2017-07-21 16:13:04 +08:00
Родитель f7280e2caa
Коммит 7204d28172
2 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -835,16 +835,16 @@ Function createInstall
; In some locales, the footer message may be too long to fit on one line.
; Figure out how much height it needs and give it that much.
${GetTextWidthHeight} "$(STUB_BLURB_FOOTER)" $FontFooter \
${GetTextWidthHeight} "$(STUB_BLURB_FOOTER2)" $FontFooter \
${INSTALL_FOOTER_WIDTH_DU} $R1 $R2
!ifdef ${AB_CD}_rtl
nsDialogs::CreateControl STATIC ${DEFAULT_STYLES}|${SS_NOTIFY} \
${WS_EX_TRANSPARENT} 30u ${INSTALL_FOOTER_TOP_DU} ${INSTALL_FOOTER_WIDTH_DU} "$R2u" \
"$(STUB_BLURB_FOOTER)"
"$(STUB_BLURB_FOOTER2)"
!else
nsDialogs::CreateControl STATIC ${DEFAULT_STYLES}|${SS_NOTIFY}|${SS_RIGHT} \
${WS_EX_TRANSPARENT} 175u ${INSTALL_FOOTER_TOP_DU} ${INSTALL_FOOTER_WIDTH_DU} "$R2u" \
"$(STUB_BLURB_FOOTER)"
"$(STUB_BLURB_FOOTER2)"
!endif
Pop $0
SendMessage $0 ${WM_SETFONT} $FontFooter 0

Просмотреть файл

@ -24,7 +24,7 @@ STUB_INSTALLING_LABEL=Now installing
STUB_BLURB1=Fast, responsive online experiences
STUB_BLURB2=Compatibility with more of your favorite sites
STUB_BLURB3=Built-in privacy tools for safer browsing
STUB_BLURB_FOOTER=The only browser built for people, not profit
STUB_BLURB_FOOTER2=Built for people, not for profit
WARN_MIN_SUPPORTED_OSVER_MSG=Sorry, $BrandShortName can't be installed. This version of $BrandShortName requires ${MinSupportedVer} or newer. Please click the OK button for additional information.
WARN_MIN_SUPPORTED_CPU_MSG=Sorry, $BrandShortName can't be installed. This version of $BrandShortName requires a processor with ${MinSupportedCPU} support. Please click the OK button for additional information.