Fix localizable strings (templates, JavaScript)

This commit is contained in:
Francis Lachapelle
2016-01-13 09:26:21 -05:00
parent 0a8f52ce7d
commit 4ce3947e60
5 changed files with 15 additions and 15 deletions

View File

@@ -56,7 +56,7 @@ function onPopupAttachWindow(event) {
preventDefault(event);
var attachInput = $("attach");
var newAttach = window.prompt(_("Target:"), attachInput.value || "http://");
var newAttach = window.prompt(_("Target"), attachInput.value || "http://");
if (newAttach != null) {
var documentHref = $("documentHref");
var documentLabel = $("documentLabel");