зеркало из https://github.com/mozilla/pjs.git
fix bug 46947, localization of strings in wallet interview form, r=dp
This commit is contained in:
Родитель
5239c44038
Коммит
6c48afdbe7
|
@ -359,13 +359,6 @@ function WalletAction( action )
|
|||
case "capture":
|
||||
default:
|
||||
status = appCore.walletRequestToCapture(window._content);
|
||||
if (status == -1) { /* UnableToCapture */
|
||||
window.alert(strings.getAttribute("UnableToCapture"));
|
||||
} else if (status == 0) { /* Captured */
|
||||
window.alert(strings.getAttribute("Captured"));
|
||||
} else if (status == +1) { /* NotCaptured */
|
||||
window.alert(strings.getAttribute("NotCaptured"));
|
||||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче