summaryrefslogtreecommitdiff
path: root/sphinx/templates
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2019-06-20 23:47:41 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2019-06-22 01:33:29 +0900
commit35b1b5c328e01a65bfb1d1ec934913e0aa985963 (patch)
tree8bbb4a4ff9e0e2679f1b70ff55deeb9ce94e63b8 /sphinx/templates
parentb325a1de2b0ec5c897788781026096db60e640f4 (diff)
downloadsphinx-git-35b1b5c328e01a65bfb1d1ec934913e0aa985963.tar.gz
Fix #6512: typo in continuation label for tables
Diffstat (limited to 'sphinx/templates')
-rw-r--r--sphinx/templates/latex/longtable.tex_t2
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/templates/latex/longtable.tex_t b/sphinx/templates/latex/longtable.tex_t
index 8fe5369df..5c9a63253 100644
--- a/sphinx/templates/latex/longtable.tex_t
+++ b/sphinx/templates/latex/longtable.tex_t
@@ -26,7 +26,7 @@
\endhead
\hline
-\multicolumn{<%= table.colcount %>}{r}{\makebox[0pt][r]{\sphinxtablecontinued{<%= _('Continued on next page') %>}}}\\
+\multicolumn{<%= table.colcount %>}{r}{\makebox[0pt][r]{\sphinxtablecontinued{<%= _('continues on next page') %>}}}\\
\endfoot
\endlastfoot