From a3a0202752f095b10a45fd3209c2b6453ab220c7 Mon Sep 17 00:00:00 2001 From: Daniel Molkentin Date: Sun, 25 Nov 2012 01:20:25 +0100 Subject: [PATCH] Fix copy/paste error --- doc/conf.py.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/conf.py.in b/doc/conf.py.in index 515965e775..543fda3036 100644 --- a/doc/conf.py.in +++ b/doc/conf.py.in @@ -183,7 +183,7 @@ latex_elements = { # Grouping the document tree into LaTeX files. List of tuples # (source start file, target name, title, author, documentclass [howto/manual]). latex_documents = [ - ('index', 'ownCloudClientManual.tex', u'ownCloud Admin Manual', + ('index', 'ownCloudClientManual.tex', u'ownCloud Client Manual', u'The ownCloud developers', 'manual'), ] @@ -227,7 +227,7 @@ man_pages = [ # (source start file, target name, title, author, # dir menu entry, description, category) texinfo_documents = [ - ('index', 'ownCloudClientManual', u'ownCloud Admin Manual', + ('index', 'ownCloudClientManual', u'ownCloud Client Manual', u'The ownCloud developers', 'ownCloud', 'The ownCloud Client Manual.', 'Miscellaneous'), ]