diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2019-06-20 23:47:41 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2019-06-22 01:33:29 +0900 |
commit | 35b1b5c328e01a65bfb1d1ec934913e0aa985963 (patch) | |
tree | 8bbb4a4ff9e0e2679f1b70ff55deeb9ce94e63b8 /sphinx/templates | |
parent | b325a1de2b0ec5c897788781026096db60e640f4 (diff) | |
download | sphinx-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_t | 2 |
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 |