Skip to content

Commit

Permalink
Make Project Gutenberg a link on the home page
Browse files Browse the repository at this point in the history
  • Loading branch information
cpeel committed Mar 28, 2024
1 parent ae09c97 commit 76dc0ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
. "\n";

echo "<p>"
. _("Once all the pages have completed these steps, a post-processor carefully assembles them into an e-book, optionally makes it available to interested parties for 'smooth reading', and submits it to the Project Gutenberg archive.")
. sprintf(_("Once all the pages have completed these steps, a post-processor carefully assembles them into an e-book, optionally makes it available to interested parties for 'smooth reading', and submits it to the <a href='%s'>Project Gutenberg</a> archive."), $PG_home_url)
. "</p>"
. "\n";

Expand Down

0 comments on commit 76dc0ac

Please sign in to comment.