1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-09-24 03:28:22 +02:00

js/catalog-link.js: i18n fix

This commit is contained in:
czaks 2013-08-16 10:47:25 -04:00
parent 83cd4cf841
commit b31f6489c7

View File

@ -29,7 +29,7 @@ if (pages) {
pages.appendChild(link)
}
else {
link.textContent = '['+_('Catalog').']';
link.textContent = '['+_('Catalog')+']';
link.style.paddingLeft = '10px';
link.style.textDecoration = "underline";
document.body.insertBefore(link, bottom);