From 66b5e307e19a406c335370354eb6dc5ba6ebef10 Mon Sep 17 00:00:00 2001 From: Thiemo Kreuz Date: Thu, 4 Mar 2021 09:53:41 +0100 Subject: [PATCH] Minor tweaks to the wording of gadget-related messages Bug: T276218 Change-Id: I6b9ebec33f39e938855c5ee9b2f9665ea92560d0 --- extension.json | 2 +- i18n/en.json | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/extension.json b/extension.json index 0621fc8c0..3494240dc 100644 --- a/extension.json +++ b/extension.json @@ -64,7 +64,7 @@ "value": "Navigation_popups" }, "PopupsConflictingRefTooltipsGadgetName": { - "description": "@var string: Reference tooltips gadget name", + "description": "@var string: Name of a gadget that would cause duplicate reference preview popups. Known conflicting gadgets include \"ReferenceTooltips\", \"CiteTooltip\" alias \"RefTooltip\", \"ReferencePopups\", and \"tooltipRef\" (see T274353).", "value": "ReferenceTooltips" }, "PopupsGateway": { diff --git a/i18n/en.json b/i18n/en.json index 1129fa2ac..8b72e2be1 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -23,12 +23,12 @@ "popups-preview-disambiguation-link": "View similar pages", "prefs-reading": "Reading preferences", "popups-prefs-optin": "Enable page previews (quick previews of a topic while reading a page)", - "popups-prefs-disable-nav-gadgets-info": "You have to [[$1|disable Navigation Popups Gadget]] from Gadgets tab to enable Page Previews", + "popups-prefs-disable-nav-gadgets-info": "You have to [[$1|disable the Navigation popups gadget]] in your {{int:prefs-gadgets}} preferences to enable Page Previews", "popups-prefs-conflicting-gadgets-info": "Certain gadgets and other customizations may affect the performance of this feature. If you experience problems please review your gadgets and user scripts, including global ones.", "popups-prefs-optin-all": "Enable previews (get quick previews of a topic or a reference while reading a page)", - "popups-prefs-navpopups-gadget-conflict-info": "You have the [[$1|Navigation popups]] gadget enabled, so you won't see previews provided by this feature. Depending on your wiki, the gadget may have a slightly different name. If you continue to experience issues, please review your gadgets and user scripts, including global ones.", - "popups-prefs-reftooltips-gadget-conflict-info": "You have the [[$1|Reference Tooltips]] gadget enabled, so you won’t see reference previews but will still see page previews. Depending on your wiki, the gadget may have a slightly different name. If you continue to experience issues, please review your gadgets and user scripts, including global ones.", - "popups-prefs-reftooltips-and-navpopups-gadget-conflict-info": "You have the [[$1|Navigation popups]] and [[$1|Reference Tooltips]] gadgets enabled, so you won't see previews provided by this feature. Depending on your wiki, the gadget may have a slightly different name. If you continue to experience issues, please review your gadgets and user scripts, including global ones.", + "popups-prefs-navpopups-gadget-conflict-info": "You have the [[$1|Navigation popups]] gadget enabled, so you won't see previews provided by this feature. Depending on your wiki, the gadget may have a slightly different name. If you continue to experience issues, please review your {{int:prefs-gadgets}} preferences and user scripts, including global ones.", + "popups-prefs-reftooltips-gadget-conflict-info": "You have the [[$1|Reference Tooltips]] gadget enabled, so you won't see reference previews but will still see page previews. Depending on your wiki, the gadget may have a slightly different name. If you continue to experience issues, please review your {{int:prefs-gadgets}} preferences and user scripts, including global ones.", + "popups-prefs-reftooltips-and-navpopups-gadget-conflict-info": "You have the [[$1|Navigation popups]] and [[$1|Reference Tooltips]] gadgets enabled, so you won't see previews provided by this feature. Depending on your wiki, the gadgets may have slightly different names. If you continue to experience issues, please review your {{int:prefs-gadgets}} preferences and user scripts, including global ones.", "popups-refpreview-reference": "Reference", "popups-refpreview-book": "Book reference", "popups-refpreview-journal": "Journal reference", @@ -37,5 +37,5 @@ "popups-refpreview-web": "Web reference", "popups-refpreview-collapsible-placeholder": "This reference includes a graphic which does not fit in the preview.", "popups-refpreview-beta-feature-message": "Reference Previews", - "popups-refpreview-beta-feature-description": "Show a preview of a reference by hovering over its footnote marker.\n\nPlease note: If you’re using the [https://en.wikipedia.org/wiki/Wikipedia:Tools/Navigation_popups Navigation popups] gadget or the [[mw:Special:MyLanguage/Reference Tooltips|Reference Tooltips]] gadget, you won’t see Reference Previews." + "popups-refpreview-beta-feature-description": "Show a preview of a reference by hovering over its footnote marker.\n\nPlease note: If you're using the [//en.wikipedia.org/wiki/Wikipedia:Tools/Navigation_popups Navigation popups] gadget or the [[mw:Special:MyLanguage/Reference Tooltips|Reference Tooltips]] gadget, you won't see reference previews." }