diff --git a/resources/report/js/l10n.js b/resources/report/js/l10n.js index b4c1fd61..701076e7 100644 --- a/resources/report/js/l10n.js +++ b/resources/report/js/l10n.js @@ -236,6 +236,7 @@ var firstRun = document.getElementById('firstRun'); firstRun.heading = l10n.translate("First-Time Tips").fetch(); + firstRun.querySelector('li:nth-child(2)').textContent = l10n.translate("CRCs are only displayed after plugins have been loaded, either by conflict filtering, or by sorting.").fetch(); firstRun.querySelector('li:nth-child(4)').textContent = l10n.translate("Multiple metadata editors can be opened at once, and many options in the header bar are disabled while any editors are open.").fetch(); firstRun.querySelector('li:last-child').textContent = l10n.translate("Many interface elements have tooltips. If you don't know what something is, try hovering your mouse over it to find out.").fetch(); diff --git a/resources/report/report.html b/resources/report/report.html index b27cd6a4..f0a369d9 100644 --- a/resources/report/report.html +++ b/resources/report/report.html @@ -295,7 +295,7 @@ along with LOOT. If not, see <http://www.gnu.org/licenses/>.

This appears to be the first time you have run LOOT v. Here are some tips to help you get started with the interface.