~bertrand-rousseau/gtg/new-task-list-layout

« back to all changes in this revision

Viewing changes to GTG/plugins/export/export_templates/description_pocketmod.py

  • Committer: Bertrand Rousseau
  • Date: 2012-07-13 17:24:28 UTC
  • mfrom: (1178.1.28 trunk)
  • mto: (1178.1.30 trunk)
  • mto: This revision was merged to the branch mainline in revision 1183.
  • Revision ID: bertrand.rousseau@gmail.com-20120713172428-ou3ic646fccov41d
Merge with trunk. Fixes conflict with CHANGELOG.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 
17
17
from GTG import _
18
18
title = _("Foldable booklet (PDF)")
19
 
description = _("A template to create a <a"
20
 
                " href=\"http://www.pocketmod.com\">PocketMod</a>, which is a "
21
 
                " small foldable booklet.")
 
19
description = _("""A template to create
 
20
<a href="http://www.pocketmod.com">PocketMod</a>, which is a small foldable
 
21
booklet. Packages <b>pdflatex</b>, <b>pdftk</b> and <b>pdfjam</b>
 
22
are required.""")