From f75895180e42597214907630b6fab7d71b7ff1de Mon Sep 17 00:00:00 2001 From: Richard Kimberly Heck Date: Mon, 28 Sep 2020 22:34:52 -0400 Subject: [PATCH] Fix bug #11986 (cherry picked from commit 444285aca225b8a6f4658ac7f5b21bc16dee799a) --- lib/layouts/stdcounters.inc | 2 +- status.23x | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/layouts/stdcounters.inc b/lib/layouts/stdcounters.inc index 40433d5d4e..a6d4aa4259 100644 --- a/lib/layouts/stdcounters.inc +++ b/lib/layouts/stdcounters.inc @@ -7,7 +7,7 @@ Format 66 Counter part LabelString "\Roman{part}" - PrettyFormat "Part \Roman{part}" + PrettyFormat "Part ##" End Counter chapter diff --git a/status.23x b/status.23x index 82b1f2a1c1..286bafd974 100644 --- a/status.23x +++ b/status.23x @@ -120,6 +120,8 @@ What's new - Fix bug where cursor blinks at the wrong position after changing layout (bug 11912). +- Fix PrettyFormat for Part (bug 11986). + * INTERNALS -- 2.39.5