Bug 954908 - "Connect this account now."-label for checkbox misleading, r=clokep.

This commit is contained in:
Florian Janssen 2012-10-25 07:36:20 +02:00
Родитель 21ba1e36f7
Коммит 00f95598ab
3 изменённых файлов: 3 добавлений и 3 удалений

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

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