mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Fixed first game name translated as "Add new row...".
This commit is contained in:
@@ -231,7 +231,7 @@
|
||||
gameTable.querySelector('th:nth-child(6)').textContent = l10n.translate("Masterlist Repository Branch").fetch();
|
||||
gameTable.querySelector('th:nth-child(7)').textContent = l10n.translate("Install Path").fetch();
|
||||
gameTable.querySelector('th:nth-child(8)').textContent = l10n.translate("Install Path Registry Key").fetch();
|
||||
gameTable.querySelector('td').textContent = l10n.translate("Add new row...").fetch();
|
||||
gameTable.querySelector('tr:last-child td:first-child').textContent = l10n.translate("Add new row...").fetch();
|
||||
|
||||
document.getElementById('languageRestartTxt').textContent = l10n.translate("Language changes will be applied after LOOT is restarted.").fetch();
|
||||
|
||||
@@ -262,5 +262,3 @@
|
||||
|
||||
};
|
||||
}));
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user