diff --git a/user-docs/conf.py b/user-docs/conf.py index 9535f1f..8b957c5 100644 --- a/user-docs/conf.py +++ b/user-docs/conf.py @@ -149,8 +149,8 @@ latex_documents = [ # One entry per manual page. List of tuples # (source start file, name, description, authors, manual section). man_pages = [ - ('man/glabels-qt', 'glabels-qt', 'gLabels Documentation', [author], 1), - ('man/glabels-batch-qt', 'glabels-batch-qt', 'gLabels Documentation', [author], 1) + ('man/glabels-qt', 'glabels-qt', 'create labels and business cards', [author], 1), + ('man/glabels-batch-qt', 'glabels-batch-qt', 'batch creation of labels and business cards', [author], 1) ]