[LyX/master] Footnote LabelString should be "Foot" rather than "foot"

Juergen Spitzmueller spitz at lyx.org
Tue Feb 22 09:00:43 UTC 2022


commit 8bc6aa75353ad26c9ecd31f7ca0487ab7e3c58f4
Author: Daniel Ramoeller <d.lyx at web.de>
Date:   Tue Feb 22 10:17:19 2022 +0100

    Footnote LabelString should be "Foot" rather than "foot"
    
    Fix for bug #12487.
---
 lib/layouts/stdinsets.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/layouts/stdinsets.inc b/lib/layouts/stdinsets.inc
index b604cbe..606765f 100644
--- a/lib/layouts/stdinsets.inc
+++ b/lib/layouts/stdinsets.inc
@@ -48,7 +48,7 @@ InsetLayout Marginal
 End
 
 InsetLayout Foot
-	LabelString           foot
+	LabelString           Foot
 	LatexType             Command
 	LatexName             footnote
 	Counter               footnote


More information about the lyx-cvs mailing list