diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-06-10 14:40:53 +0100 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-06-10 14:40:53 +0100 |
commit | 8011db7a5de1782bc18dad9a56ed6fd6322a22d5 (patch) | |
tree | 4881bcb238f91165b14e011eefba7f7fa85c4ed1 /structure/book/en/00-preamble.md | |
parent | 04e564ce64f1be448cd6b42912dd302c6c9089d0 (diff) | |
download | bookup-8011db7a5de1782bc18dad9a56ed6fd6322a22d5.tar.gz bookup-8011db7a5de1782bc18dad9a56ed6fd6322a22d5.tar.bz2 |
Fix: missing pieces for localization support; re-license as GPLv3
Diffstat (limited to 'structure/book/en/00-preamble.md')
-rw-r--r-- | structure/book/en/00-preamble.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/structure/book/en/00-preamble.md b/structure/book/en/00-preamble.md index b11b806..60bfc73 100644 --- a/structure/book/en/00-preamble.md +++ b/structure/book/en/00-preamble.md @@ -44,7 +44,7 @@ if (knitr::is_html_output()) { cat(readLines('LICENSE'), sep='\n') cat('<br/><br/>') cat(readLines('snippets/cover.txt'), sep='\n') - cat("<h2>Versão PDF</h2>") + cat("<h2>PDF version</h2>") cat("\n") cat('Download the PDF <a href="book.pdf">here</a>, or browse it below:') cat("\n") |