зеркало из https://github.com/mozilla/pjs.git
Bug 416731 - "When an update has been downloaded, dialog text refers to a "Later" button, should be "Not Now"" [p=dao@mozilla.com (D��o Gottwald) r=gavin a1.9=schrep]
This commit is contained in:
Родитель
b2a10371fb
Коммит
a1f2406666
|
@ -66,8 +66,10 @@
|
|||
<!ENTITY finishedBackground.text "&brandShortName; has downloaded and verified an important update.
|
||||
Click the link below for more details.">
|
||||
<!ENTITY finishedBackground.name "Update:">
|
||||
<!-- LOCALIZATION NOTE (finishedBackground.more1): This string describes the button label defined by restartButton in updates.properties. -->
|
||||
<!ENTITY finishedBackground.more1 "Click Restart &brandShortName; Now to install the update now.">
|
||||
<!ENTITY finishedBackground.more2 "Click Later to close this dialog and continue working. &brandShortName;
|
||||
<!-- LOCALIZATION NOTE (finishedBackground.textNotNow): This string describes the button label defined by notNowButton in updates.properties. -->
|
||||
<!ENTITY finishedBackground.textNotNow "Click Not Now to close this dialog and continue working. &brandShortName;
|
||||
will install the update the next time it starts.">
|
||||
|
||||
<!ENTITY installed.title "Update Installed">
|
||||
|
|
|
@ -213,7 +213,7 @@
|
|||
<spacer flex="1"/>
|
||||
<label>&finishedBackground.more1;</label>
|
||||
<separator class="thin"/>
|
||||
<label>&finishedBackground.more2;</label>
|
||||
<label>&finishedBackground.textNotNow;</label>
|
||||
</wizardpage>
|
||||
|
||||
<wizardpage id="installed" pageid="installed"
|
||||
|
|
Загрузка…
Ссылка в новой задаче