Broken localized string in timeline

This commit is contained in:
Dan Stillman 2007-08-22 16:17:28 +00:00
parent ee92e3603c
commit 90f8febf53

View File

@ -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()">