mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Merge pull request #6513 from tk0miya/6512_continuation_typo
Fix #6512: typo in continuation label for tables
This commit is contained in:
commit
17d907d4e6
@ -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
|
||||
|
@ -22,7 +22,7 @@ header2
|
||||
\endhead
|
||||
|
||||
\hline
|
||||
\multicolumn{2}{r}{\makebox[0pt][r]{\sphinxtablecontinued{Continued on next page}}}\\
|
||||
\multicolumn{2}{r}{\makebox[0pt][r]{\sphinxtablecontinued{continues on next page}}}\\
|
||||
\endfoot
|
||||
|
||||
\endlastfoot
|
||||
|
@ -22,7 +22,7 @@ header2
|
||||
\endhead
|
||||
|
||||
\hline
|
||||
\multicolumn{2}{r}{\makebox[0pt][r]{\sphinxtablecontinued{Continued on next page}}}\\
|
||||
\multicolumn{2}{r}{\makebox[0pt][r]{\sphinxtablecontinued{continues on next page}}}\\
|
||||
\endfoot
|
||||
|
||||
\endlastfoot
|
||||
|
@ -24,7 +24,7 @@ header2
|
||||
\endhead
|
||||
|
||||
\hline
|
||||
\multicolumn{2}{r}{\makebox[0pt][r]{\sphinxtablecontinued{Continued on next page}}}\\
|
||||
\multicolumn{2}{r}{\makebox[0pt][r]{\sphinxtablecontinued{continues on next page}}}\\
|
||||
\endfoot
|
||||
|
||||
\endlastfoot
|
||||
|
@ -22,7 +22,7 @@ header2
|
||||
\endhead
|
||||
|
||||
\hline
|
||||
\multicolumn{2}{r}{\makebox[0pt][r]{\sphinxtablecontinued{Continued on next page}}}\\
|
||||
\multicolumn{2}{r}{\makebox[0pt][r]{\sphinxtablecontinued{continues on next page}}}\\
|
||||
\endfoot
|
||||
|
||||
\endlastfoot
|
||||
|
@ -26,7 +26,7 @@ header3
|
||||
\endhead
|
||||
|
||||
\hline
|
||||
\multicolumn{3}{r}{\makebox[0pt][r]{\sphinxtablecontinued{Continued on next page}}}\\
|
||||
\multicolumn{3}{r}{\makebox[0pt][r]{\sphinxtablecontinued{continues on next page}}}\\
|
||||
\endfoot
|
||||
|
||||
\endlastfoot
|
||||
|
@ -22,7 +22,7 @@ header2
|
||||
\endhead
|
||||
|
||||
\hline
|
||||
\multicolumn{2}{r}{\makebox[0pt][r]{\sphinxtablecontinued{Continued on next page}}}\\
|
||||
\multicolumn{2}{r}{\makebox[0pt][r]{\sphinxtablecontinued{continues on next page}}}\\
|
||||
\endfoot
|
||||
|
||||
\endlastfoot
|
||||
|
@ -22,7 +22,7 @@ header2
|
||||
\endhead
|
||||
|
||||
\hline
|
||||
\multicolumn{2}{r}{\makebox[0pt][r]{\sphinxtablecontinued{Continued on next page}}}\\
|
||||
\multicolumn{2}{r}{\makebox[0pt][r]{\sphinxtablecontinued{continues on next page}}}\\
|
||||
\endfoot
|
||||
|
||||
\endlastfoot
|
||||
|
@ -22,7 +22,7 @@ header2
|
||||
\endhead
|
||||
|
||||
\hline
|
||||
\multicolumn{2}{r}{\makebox[0pt][r]{\sphinxtablecontinued{Continued on next page}}}\\
|
||||
\multicolumn{2}{r}{\makebox[0pt][r]{\sphinxtablecontinued{continues on next page}}}\\
|
||||
\endfoot
|
||||
|
||||
\endlastfoot
|
||||
|
@ -22,7 +22,7 @@ header2
|
||||
\endhead
|
||||
|
||||
\hline
|
||||
\multicolumn{2}{r}{\makebox[0pt][r]{\sphinxtablecontinued{Continued on next page}}}\\
|
||||
\multicolumn{2}{r}{\makebox[0pt][r]{\sphinxtablecontinued{continues on next page}}}\\
|
||||
\endfoot
|
||||
|
||||
\endlastfoot
|
||||
|
Loading…
Reference in New Issue
Block a user