summaryrefslogtreecommitdiffstats
path: root/src/translator_en.h
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2013-09-28 10:51:48 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2013-09-28 10:51:48 (GMT)
commit8e0e64c08eea1f43bec0773633268d2a0144615e (patch)
treee376108732dc5b3d2be776c6431b866e1149dbc9 /src/translator_en.h
parentbf8ecf7749d846a1f1b28ab01953ad55989b87a8 (diff)
downloadDoxygen-8e0e64c08eea1f43bec0773633268d2a0144615e.zip
Doxygen-8e0e64c08eea1f43bec0773633268d2a0144615e.tar.gz
Doxygen-8e0e64c08eea1f43bec0773633268d2a0144615e.tar.bz2
LaTeX: Fix ToC entries of index/bibliography
Diffstat (limited to 'src/translator_en.h')
-rw-r--r--src/translator_en.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/translator_en.h b/src/translator_en.h
index cb933df..0535b6b 100644
--- a/src/translator_en.h
+++ b/src/translator_en.h
@@ -1825,7 +1825,7 @@ class TranslatorEnglish : public Translator
/*! Header for the page with bibliographic citations */
virtual QCString trCiteReferences()
- { return "Bibliographic References"; }
+ { return "Bibliography"; }
/*! Text for copyright paragraph */
virtual QCString trCopyright()