Bug 954908 - "Connect this account now."-label for checkbox misleading, r=clokep.
This commit is contained in:
Родитель
21ba1e36f7
Коммит
00f95598ab
|
@ -437,7 +437,7 @@ var accountWizard = {
|
|||
throw "unknown type";
|
||||
}
|
||||
}
|
||||
let autologin = this.getValue("connectNow");
|
||||
let autologin = this.getValue("connectAutomatically");
|
||||
acc.autoLogin = autologin;
|
||||
|
||||
if (this.proto.usePurpleProxy)
|
||||
|
|
|
@ -144,7 +144,7 @@
|
|||
<rows id="summaryRows"/>
|
||||
</grid>
|
||||
<separator/>
|
||||
<checkbox id="connectNow" label= "&accountSummary.connectNow.label;" checked="true"/>
|
||||
<checkbox id="connectAutomatically" label= "&accountSummary.connectAutomatically.label;" checked="true"/>
|
||||
</wizardpage>
|
||||
|
||||
</wizard>
|
||||
|
|
|
@ -33,4 +33,4 @@
|
|||
|
||||
<!ENTITY accountSummaryTitle.label "Summary">
|
||||
<!ENTITY accountSummaryInfo.label "A summary of the information you entered is displayed below. Please check it before the account is created.">
|
||||
<!ENTITY accountSummary.connectNow.label "Connect this account now.">
|
||||
<!ENTITY accountSummary.connectAutomatically.label "Connect this account automatically.">
|
||||
|
|
Загрузка…
Ссылка в новой задаче