Bug 1359799 - Port bug 1359128 to TB [Change restart string in new app update UI and in the about window to 'Restart to update &brandShorterName;']. r=jorgk

This commit is contained in:
Richard Marti 2017-04-26 14:35:47 +02:00
Родитель 7b5dbbb68c
Коммит c681219c29
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -73,7 +73,7 @@
</hbox>
<hbox id="apply" align="center">
<button id="updateButton"
label="&update.updateButton.label2;"
label="&update.updateButton.label3;"
accesskey="&update.updateButton.accesskey;"
oncommand="gAppUpdater.buttonRestartAfterDownload();"/>
<spacer flex="1"/>

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

@ -8,7 +8,7 @@
-->
<!ENTITY update.checkForUpdatesButton.label "Check for Updates">
<!ENTITY update.checkForUpdatesButton.accesskey "C">
<!ENTITY update.updateButton.label2 "Restart &brandShortName; to Update">
<!ENTITY update.updateButton.label3 "Restart to update &brandShorterName;">
<!ENTITY update.updateButton.accesskey "R">