From 8f2bdf959ddfdcfd0eb6e1d9b0d1fd678174681c Mon Sep 17 00:00:00 2001 From: poire-z Date: Wed, 28 Oct 2020 22:46:46 +0100 Subject: [PATCH] Style tweaks: fix some wording --- frontend/ui/data/css_tweaks.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/ui/data/css_tweaks.lua b/frontend/ui/data/css_tweaks.lua index 843e79ef1..2d81a9b90 100644 --- a/frontend/ui/data/css_tweaks.lua +++ b/frontend/ui/data/css_tweaks.lua @@ -785,14 +785,14 @@ ol.references > li > .mw-cite-backlink { display: none; } ]], separator = true, }, - -- We can add other classic class names to the 2 following + -- We can add other classic classnames to the 2 following -- tweaks (except when named 'calibreN', as the N number is -- usually random across books). { id = "footnote-inpage_classic_classnames"; title = _("In-page classic classname footnotes"), description = _([[ -Show footnotes with classic class names at the bottom of pages. +Show footnotes with classic classnames at the bottom of pages. This tweak can be duplicated as a user style tweak when books contain footnotes wrapped with other class names.]]), css = [[ .footnote, .footnotes, .fn, @@ -808,7 +808,7 @@ This tweak can be duplicated as a user style tweak when books contain footnotes id = "footnote-inpage_classic_classnames_smaller"; title = _("In-page classic classname footnotes (smaller)"), description = _([[ -Show footnotes with classic classname at the bottom of pages. +Show footnotes with classic classnames at the bottom of pages. This tweak can be duplicated as a user style tweak when books contain footnotes wrapped with other class names.]]), css = [[ .footnote, .footnotes, .fn,