Update first time tips dialog text

This commit is contained in:
Oliver Hamlet
2016-05-13 18:13:28 +01:00
parent 20f2cad25c
commit f6aa47793c
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -440,9 +440,9 @@
<li>Click <iron-icon icon="more-vert"></iron-icon> buttons to open menus.</li>
<li>As well as messages, LOOT displays plugin <span class="version">version numbers</span>, <span class="crc">CRCs</span> and Bash Tag suggestions for <span class="tag add">addition</span> and <span class="tag remove">removal</span>.</li>
<li>CRCs are only displayed after plugins have been loaded, either by conflict filtering, or by sorting.</li>
<li>Double-click a plugin in the sidebar to quickly open its metadata editor. Multiple metadata editors can be opened at once.</li>
<li>Plugins can be drag and dropped from the sidebar into editors' "load after, "requirements" and "incompatibility" tables.</li>
<li>Some features are disabled while there is an editor open, or while there is a sorted load order that has not been applied or discarded.</li>
<li>Double-click a plugin in the sidebar to quickly open it in the metadata editor.</li>
<li>Plugins can be drag and dropped from the sidebar into the metadata editor's "load after, "requirements" and "incompatibility" tables.</li>
<li>Some features are disabled while the metadata editor is open, or while there is a sorted load order that has not been applied or discarded.</li>
<li>Many interface elements have tooltips. If you don't know what something is, try hovering your mouse over it to find out. Otherwise, LOOT's documentation can be accessed through the main menu.</li>
</ul>
<p>LOOT is free, but if you want to show your appreciation with some money, donations may be made to WrinklyNinja (LOOT's creator and main developer) using <a href="https://www.paypal.me/OliverHamlet">PayPal</a> or <a href="https://wrinklyninja.github.io/bitcoin/">Bitcoin</a>.</p>
+3 -3
View File
@@ -261,9 +261,9 @@
firstRun.querySelector('h2').textContent = l10n.translate('First-Time Tips');
firstRun.querySelector('li:nth-child(3)').textContent = l10n.translate('CRCs are only displayed after plugins have been loaded, either by conflict filtering, or by sorting.');
firstRun.querySelector('li:nth-child(4)').textContent = l10n.translate('Double-click a plugin in the sidebar to quickly open its metadata editor. Multiple metadata editors can be opened at once.');
firstRun.querySelector('li:nth-child(5)').textContent = l10n.translate('Plugins can be drag and dropped from the sidebar into editors\' "load after", "requirements" and "incompatibility" tables.');
firstRun.querySelector('li:nth-child(6)').textContent = l10n.translate('Some features are disabled while there is an editor open, or while there is a sorted load order that has not been applied or discarded.');
firstRun.querySelector('li:nth-child(4)').textContent = l10n.translate('Double-click a plugin in the sidebar to quickly open it in the metadata editor.');
firstRun.querySelector('li:nth-child(5)').textContent = l10n.translate('Plugins can be drag and dropped from the sidebar into the metadata editor\'s "load after", "requirements" and "incompatibility" tables.');
firstRun.querySelector('li:nth-child(6)').textContent = l10n.translate('Some features are disabled while the metadata editor is open, or while there is a sorted load order that has not been applied or discarded.');
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. Otherwise, LOOT\'s documentation can be accessed through the main menu.');
firstRun.getElementsByTagName('paper-button')[0].textContent = l10n.translate('OK');