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:
reed%reedloden.com 2008-02-13 10:31:38 +00:00
Родитель b2a10371fb
Коммит a1f2406666
2 изменённых файлов: 4 добавлений и 2 удалений

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

@ -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"