Fix "Send Anyway" string wrt localizable strings

This commit is contained in:
Francis Lachapelle
2013-01-31 09:44:29 -05:00
parent 0408415c61
commit 4bcf90c693

View File

@@ -121,7 +121,7 @@ function onValidate(onSuccess) {
showAlertDialog(_("error_missingrecipients"));
}
else if (document.pageform.subject.value == "") {
showConfirmDialog(_("Warning"), _("error_missingsubject"), onValidateDone.bind(this, onSuccess), null, _("Send anyway"), _("Cancel"));
showConfirmDialog(_("Warning"), _("error_missingsubject"), onValidateDone.bind(this, onSuccess), null, _("Send Anyway"), _("Cancel"));
}
else {
onValidateDone(onSuccess);