Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2019-06-20 17:47:41 +0300
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2019-06-21 19:33:29 +0300
commit35b1b5c328e01a65bfb1d1ec934913e0aa985963 (patch)
tree8bbb4a4ff9e0e2679f1b70ff55deeb9ce94e63b8 /sphinx/templates
parentb325a1de2b0ec5c897788781026096db60e640f4 (diff)
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