js/catalog-link.js: i18n fix
This commit is contained in:
parent
83cd4cf841
commit
b31f6489c7
@ -29,7 +29,7 @@ if (pages) {
|
|||||||
pages.appendChild(link)
|
pages.appendChild(link)
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
link.textContent = '['+_('Catalog').']';
|
link.textContent = '['+_('Catalog')+']';
|
||||||
link.style.paddingLeft = '10px';
|
link.style.paddingLeft = '10px';
|
||||||
link.style.textDecoration = "underline";
|
link.style.textDecoration = "underline";
|
||||||
document.body.insertBefore(link, bottom);
|
document.body.insertBefore(link, bottom);
|
||||||
|
Loading…
Reference in New Issue
Block a user