mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Popups
synced 2024-11-27 17:00:37 +00:00
Remove unique and misplaced italicized text from preferences setting
This is the first step, in a second after the OOUI rollout we should also remove the paragraphs within the `label`, for appearance and HTML validation reasons. Bug: T203992 Change-Id: I4a12e4572ae2518079616e3765a5d3954aab794b
This commit is contained in:
parent
7c616db10b
commit
567bd4176f
|
@ -20,7 +20,7 @@
|
|||
"popups-preview-disambiguation": "This title relates to more than one page",
|
||||
"popups-preview-disambiguation-link": "View similar pages",
|
||||
"prefs-reading": "Reading preferences",
|
||||
"popups-prefs-optin-title": "Page previews\n\n<em>Get quick previews of a topic while reading a page</em>",
|
||||
"popups-prefs-optin-title": "Page previews\n\nGet quick previews of a topic while reading a page",
|
||||
"popups-prefs-optin-enabled-label": "Enable",
|
||||
"popups-prefs-optin-disabled-label": "Disable",
|
||||
"popups-prefs-disable-nav-gadgets-info": "You have to [[$1 | disable Navigation Popups Gadget]] from Gadgets tab to enable Page Previews",
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
"popups-preview-disambiguation": "The description shown on a preview for a disambiguation page",
|
||||
"popups-preview-disambiguation-link": "The link shown on a preview for a disambiguation page",
|
||||
"prefs-reading": "Title for 'Reading preferences' section on preferences page; it's a magic message derived from PREVIEWS_PREFERENCES_SECTION (see commit f597e34)",
|
||||
"popups-prefs-optin-title": "Title for Page Previews option\n\n<em>Description for Page Previews option</em>",
|
||||
"popups-prefs-optin-title": "Title for Page Previews option\n\nDescription for Page Previews option",
|
||||
"popups-prefs-optin-enabled-label": "Label for Page Previews opt in\n{{Identical|Enable}}",
|
||||
"popups-prefs-optin-disabled-label": "Label for Page Previews opt out\n{{Identical|Disable}}",
|
||||
"popups-prefs-disable-nav-gadgets-info": "Help message telling to disable Navigation Popups gadget in order to enable page previews.\n\nParameters:\n* $1 – Link to the Gadgets tab of Preferences",
|
||||
|
|
Loading…
Reference in a new issue