diff --git a/resources/report/html/loot-plugin-card.html b/resources/report/html/loot-plugin-card.html index 3494e297..e53779e5 100644 --- a/resources/report/html/loot-plugin-card.html +++ b/resources/report/html/loot-plugin-card.html @@ -152,7 +152,7 @@ loot-clear-metadata - Copy Metadata As Text + Copy Metadata diff --git a/resources/report/js/l10n.js b/resources/report/js/l10n.js index 8a58c21b..19fe0258 100644 --- a/resources/report/js/l10n.js +++ b/resources/report/js/l10n.js @@ -65,7 +65,7 @@ pluginCard.getElementById('showOnlyConflicts').label = l10n.translate("Show Only Conflicts").fetch(); pluginCard.getElementById('editMetadata').lastChild.textContent = l10n.translate("Edit Metadata").fetch(); - pluginCard.getElementById('copyMetadata').lastChild.textContent = l10n.translate("Copy Metadata As Text").fetch(); + pluginCard.getElementById('copyMetadata').lastChild.textContent = l10n.translate("Copy Metadata").fetch(); pluginCard.getElementById('clearMetadata').lastChild.textContent = l10n.translate("Clear User Metadata").fetch(); /* Plugin editor template. */ @@ -168,7 +168,7 @@ document.getElementById('redatePluginsButton').lastChild.textContent = l10n.translate("Redate Plugins").fetch(); document.getElementById('openLogButton').lastChild.textContent = l10n.translate("Open Debug Log Location").fetch(); document.getElementById('wipeUserlistButton').lastChild.textContent = l10n.translate("Clear All User Metadata").fetch(); - document.getElementById('copyContentButton').lastChild.textContent = l10n.translate("Copy Content As Text").fetch(); + document.getElementById('copyContentButton').lastChild.textContent = l10n.translate("Copy Content").fetch(); document.getElementById('refreshContentButton').lastChild.textContent = l10n.translate("Refresh Content").fetch(); document.getElementById('helpButton').lastChild.textContent = l10n.translate("View Documentation").fetch(); document.getElementById('aboutButton').lastChild.textContent = l10n.translate("About").fetch(); diff --git a/resources/report/report.html b/resources/report/report.html index c64eed71..4d16c127 100644 --- a/resources/report/report.html +++ b/resources/report/report.html @@ -55,7 +55,7 @@ - Copy Content As Text + Copy Content @@ -291,11 +291,11 @@ along with LOOT. If not, see <http://www.gnu.org/licenses/>.
  • As well as messages, LOOT displays plugin version numbers, CRCs and Bash Tag suggestions for addition and removal.
  • CRCs and dummy plugin icons are only displayed after plugins have been loaded, either by conflict filtering, or by sorting.
  • Each plugin has a menu that can be used to access extra features, including the plugin's metadata editor and conflict filter. Click the plugin's icon to reveal it.
  • -
  • Multiple metadata editors can be opened at once, and the menu bar is disabled while any editors are open.
  • +
  • Multiple metadata editors can be opened at once, and many options in the header bar are disabled while any editors are open.
  • Plugins can be drag and dropped from the sidebar into editors' load after, requirements and incompatibility tables.
  • Many interface elements have tooltips. If you don't know what something is, try hovering your mouse over it to find out.
  • -

    See LOOT's documentation, accessed through the toolbar menu, for further details.

    +

    See LOOT's documentation, accessed through the main menu, for further details.

    OK