gnucash-htdocs master: Triple up the escape backslash in the packtpub URL so that gettext can see it.

John Ralls jralls at code.gnucash.org
Fri Apr 5 16:43:02 EDT 2019


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/fd05f8d8 (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/c951dea8 (commit)



commit fd05f8d8538dcce3fa58a686e17fd0b37fd6fc3f
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri Apr 5 13:42:31 2019 -0700

    Triple up the escape backslash in the packtpub URL so that gettext can see it.

diff --git a/externals/menu.phtml b/externals/menu.phtml
index 8897da1..a39e82e 100644
--- a/externals/menu.phtml
+++ b/externals/menu.phtml
@@ -76,7 +76,7 @@
     <p class="adstext"><?= T_("The GnuCash development team received notice about a new book published by PacktPub, UK:")?></p>
     <p class="adstext"><a href="https://www.packtpub.com/hardware-and-creative/gnucash-24-small-business-accounting-beginners-guide"><?= T_("GnuCash 2.4 Small Business Accounting, by Ashok Ramachandran")?></a>.</p>
     <p class="adstext"><?= T_("This is a Beginner's Guide for managing your accounts.")?></p>
-    <p class="adstext"><?= T_("Our own developer Christian Stimming has been contributing to this book as a reviewer, and we can wholeheartly recommend the outcome of this fruitful collaboration. Feel free to have a look at this book over at <a href=\"https://www.packtpub.com/hardware-and-creative/gnucash-24-small-business-accounting-beginners-guide\">packtpub.com</a>, and, best of all, the publisher has committed to allocate some percentage of the book sales back to the GnuCash project. Have fun with this book!")?></p>
+    <p class="adstext"><?= T_("Our own developer Christian Stimming has been contributing to this book as a reviewer, and we can wholeheartly recommend the outcome of this fruitful collaboration. Feel free to have a look at this book over at ") <a href=\"https://www.packtpub.com/hardware-and-creative/gnucash-24-small-business-accounting-beginners-guide\">packtpub.com</a> T_(" and, best of all, the publisher has committed to allocate some percentage of the book sales back to the GnuCash project. Have fun with this book!")?></p>
     
     </div>
   
diff --git a/po/de.po b/po/de.po
index 1e85660..2e58200 100644
--- a/po/de.po
+++ b/po/de.po
@@ -1441,14 +1441,13 @@ msgid ""
 "Our own developer Christian Stimming has been contributing to this book as a "
 "reviewer, and we can wholeheartly recommend the outcome of this fruitful "
 "collaboration. Feel free to have a look at this book over at <a href="
-"\"https://www.packtpub.com/hardware-and-creative/gnucash-24-small-business-accounting-beginners-guide\">packtpub.com</a>, and, best of all, the "
+"\\\"https://www.packtpub.com/hardware-and-creative/gnucash-24-small-business-accounting-beginners-guide\\\">packtpub.com</a>, and, best of all, the "
 "publisher has committed to allocate some percentage of the book sales back "
 "to the GnuCash project. Have fun with this book!"
 msgstr ""
 "Einer unserer Entwickler, Christian Stimming, hat bei diesem Buch als Lektor "
 "mitgewirkt und wir freuen uns über diese fruchtbare Zusammenarbeit. Sie "
-"können einen kleinen Auszug aus diesem Buch anlesen unter <a href=\"https://"
-"link.packtpub.com/6FDDUr\">packtpub.com</a>. Der Autor hat zugesagt einen "
+"können einen kleinen Auszug aus diesem Buch anlesen unter <a href=\"https://www.packtpub.com/hardware-and-creative/gnucash-24-small-business-accounting-beginners-guide\">packtpub.com</a>. Der Autor hat zugesagt einen "
 "kleinen Prozentsatz des Erlöses aus diesem Buch dem <span class=\"gnucash"
 "\">GnuCash</span> Projekt zufließen zu lassen. "
 



Summary of changes:
 externals/menu.phtml | 2 +-
 po/de.po             | 5 ++---
 2 files changed, 3 insertions(+), 4 deletions(-)



More information about the gnucash-changes mailing list