From f6aa47793ca4c2843e3b468e5446eedae233e987 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Fri, 13 May 2016 18:13:28 +0100 Subject: [PATCH] Update first time tips dialog text --- src/gui/html/index.html | 6 +++--- src/gui/html/js/l10n.js | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/gui/html/index.html b/src/gui/html/index.html index 0100cb5f..ef6b37d1 100644 --- a/src/gui/html/index.html +++ b/src/gui/html/index.html @@ -440,9 +440,9 @@
  • Click buttons to open menus.
  • As well as messages, LOOT displays plugin version numbers, CRCs and Bash Tag suggestions for addition and removal.
  • CRCs are only displayed after plugins have been loaded, either by conflict filtering, or by sorting.
  • -
  • Double-click a plugin in the sidebar to quickly open its metadata editor. Multiple metadata editors can be opened at once.
  • -
  • Plugins can be drag and dropped from the sidebar into editors' "load after, "requirements" and "incompatibility" tables.
  • -
  • 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.
  • +
  • Double-click a plugin in the sidebar to quickly open it in the metadata editor.
  • +
  • Plugins can be drag and dropped from the sidebar into the metadata editor's "load after, "requirements" and "incompatibility" tables.
  • +
  • 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.
  • 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.
  • 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 PayPal or Bitcoin.

    diff --git a/src/gui/html/js/l10n.js b/src/gui/html/js/l10n.js index e24c7134..7ff92285 100644 --- a/src/gui/html/js/l10n.js +++ b/src/gui/html/js/l10n.js @@ -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');