From 9186289c1bfcdf0531e80c175f237e2234599463 Mon Sep 17 00:00:00 2001 From: "Veronica K. B. Olsen" <1619840+vkbo@users.noreply.github.com> Date: Wed, 23 Oct 2019 21:22:35 +0200 Subject: [PATCH] Changed the spelling of 'unnumbered' --- nw/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nw/constants.py b/nw/constants.py index 53078be0..798984a9 100644 --- a/nw/constants.py +++ b/nw/constants.py @@ -61,7 +61,7 @@ class nwLabels(): nwItemLayout.BOOK : "Book", nwItemLayout.PAGE : "Plain Page", nwItemLayout.PARTITION : "Partition", - nwItemLayout.UNNUMBERED : "Un-Numbered", + nwItemLayout.UNNUMBERED : "Unnumbered", nwItemLayout.CHAPTER : "Chapter", nwItemLayout.SCENE : "Scene", nwItemLayout.NOTE : "Note",