Browse Source

Fix issue 933, it should be table of contents

Antialize 13 năm trước cách đây
mục cha
commit
09b7e3f0c7
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/lib/pdfsettings.cc

+ 1 - 1
src/lib/pdfsettings.cc

@@ -391,7 +391,7 @@ PdfGlobal::PdfGlobal():
 
 TableOfContent::TableOfContent():
 	useDottedLines(true),
-	captionText("Table of Content"),
+	captionText("Table of Contents"),
 	forwardLinks(true),
 	backLinks(false),
 	indentation("1em"),