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",