зеркало из https://github.com/mozilla/gecko-dev.git
Bug 476327 - Updater window title should be Firefox Update. r=mconnor
This commit is contained in:
Родитель
2b93386a9b
Коммит
65d0af3965
|
@ -346,10 +346,12 @@ ifdef MOZ_UPDATER
|
|||
libs:: $(addprefix $(LOCALE_SRCDIR)/,updater/updater.ini)
|
||||
ifeq ($(OS_ARCH),WINNT)
|
||||
cat $< $(srcdir)/updater_append.ini $(srcdir)/../installer/windows/nsis/updater_append.ini | \
|
||||
sed -e "s/^InfoText=/Info=/" -e "s/^TitleText=/Title=/" | \
|
||||
sed -e "s/%MOZ_APP_DISPLAYNAME%/$(MOZ_APP_DISPLAYNAME)/" | \
|
||||
sed -e "s/%AB_CD%/$(AB_CD)/" > $(FINAL_TARGET)/updater.ini
|
||||
else
|
||||
cat $< $(srcdir)/updater_append.ini | \
|
||||
sed -e "s/^InfoText=/Info=/" -e "s/^TitleText=/Title=/" | \
|
||||
sed -e "s/%MOZ_APP_DISPLAYNAME%/$(MOZ_APP_DISPLAYNAME)/" | \
|
||||
sed -e "s/%AB_CD%/$(AB_CD)/" > $(FINAL_TARGET)/updater.ini
|
||||
endif
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
; This file is in the UTF-8 encoding
|
||||
[Strings]
|
||||
Title=Software Update
|
||||
TitleText=%MOZ_APP_DISPLAYNAME% Update
|
||||
InfoText=%MOZ_APP_DISPLAYNAME% is installing your updates and will start in a few moments…
|
||||
|
|
Загрузка…
Ссылка в новой задаче