(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
+1 -1
View File
@@ -2166,7 +2166,7 @@ function newEventDIV(eventRep, event) {
var textDiv = inside.childNodesWithTag("div")[1];
textDiv.appendChild(createElement("br"));
var span = createElement("span", null, "location");
var text = _("Location:") + " " + event[7];
var text = _("Location") + " " + event[7];
span.update(text);
textDiv.appendChild(span);
}