~nmu-sscheel/gtg/rework-task-editor

« back to all changes in this revision

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

  • Committer: Bertrand Rousseau
  • Date: 2012-05-09 22:33:25 UTC
  • mfrom: (1178 trunk)
  • mto: This revision was merged to the branch mainline in revision 1179.
  • Revision ID: bertrand.rousseau@gmail.com-20120509223325-a53d8nwo0x9g93bc
Merge nimit branch and trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
# this program.  If not, see <http://www.gnu.org/licenses/>.
16
16
 
17
17
from GTG import _
18
 
title = _("A simple Web page (nicely printable)")
19
 
description = _("A template to create a simple HTML page with some tasks."
20
 
                " It can be printed nicely.")
 
18
title = _("A simple Web page that can be easily printed.")
 
19
description = _("A template to create a simple HTML page with some tasks "
 
20
    "that can be easily printed.")