Bug 954870 - Summary page empty due to Top Protocols page modifications (fix regression from bug 954826), r=wnayes.

This commit is contained in:
Florian Quèze 2012-05-17 00:26:05 +02:00
Родитель 7f6301b516
Коммит 686d790588
2 изменённых файлов: 2 добавлений и 1 удалений

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

@ -381,7 +381,7 @@ var accountWizard = {
while ((child = rows.firstChild))
rows.removeChild(child);
var label = document.getElementById("protoLabel").value;
var label = bundle.getString("accountProtocol");
rows.appendChild(this.createSummaryRow(label, this.proto.name));
this.username = this.getUsername();
label = bundle.getString("accountUsername");

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

@ -1,5 +1,6 @@
# %S is replaced by the name of a protocol
protoOptions=%S Options
accountProtocol=Protocol:
accountUsername=Username:
accountColon=%S:
accountUsernameInfo=Please enter the username for your %S account.