(fix) adjusted JS files regarding translation updates

This commit is contained in:
Ludovic Marcotte
2016-01-13 11:29:41 -05:00
parent 1a1f74b5d0
commit 230688bf4e
6 changed files with 20 additions and 20 deletions

View File

@@ -686,7 +686,7 @@ function onMailIdentitySignatureClick(event) {
var dialogId = "signatureDialog";
var dialog = dialogs[dialogId];
if (!dialog) {
var label = _("Please enter your signature below:");
var label = _("Please enter your signature below");
var fields = createElement("p");
fields.appendChild(createElement("textarea", "signature"));
fields.appendChild(createButton("okBtn", _("OK"),