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-12-08 18:13:42 +0300
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2019-12-08 18:13:42 +0300
commit7ec567b6d09ca126f24242a24ff0d485da63a6c4 (patch)
treea3f53b4a1938931bd7e1e0ad7502eac7bae339ed /sphinx/templates
parent364f54cb5597bc6e5b619742492b4cae3067012f (diff)
parent1044ac4ac141ee063d76fafede3b78a8b386fe9f (diff)
Merge branch '2.0'
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 5c9a63253..8d4cd748c 100644
--- a/sphinx/templates/latex/longtable.tex_t
+++ b/sphinx/templates/latex/longtable.tex_t
@@ -20,7 +20,7 @@
\endfirsthead
\multicolumn{<%= table.colcount %>}{c}%
-{\makebox[0pt]{\sphinxtablecontinued{\tablename\ \thetable{} -- <%= _('continued from previous page') %>}}}\\
+{\makebox[0pt]{\sphinxtablecontinued{\tablename\ \thetable{} \textendash{} <%= _('continued from previous page') %>}}}\\
\hline
<%= ''.join(table.header) %>
\endhead