Broken localized string in timeline
This commit is contained in:
parent
ee92e3603c
commit
90f8febf53
|
@ -89,7 +89,7 @@
|
||||||
zp.selectItem(evt.getDescription());
|
zp.selectItem(evt.getDescription());
|
||||||
}
|
}
|
||||||
|
|
||||||
document.write("<title>"+localeHash["general.title"]+"</title>");
|
document.write("<title>" + getString("general.title") + "</title>");
|
||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
<body onload="onLoad();" onresize="onResize()">
|
<body onload="onLoad();" onresize="onResize()">
|
||||||
|
|
Loading…
Reference in New Issue
Block a user