GTG

Merge lp:~cjohnston/gtg/cjohnston into lp:~gtg/gtg/old-trunk

Proposed by Chris Johnston
Status: Merged
Merge reported by: Luca Invernizzi
Merged at revision: not available
Proposed branch: lp:~cjohnston/gtg/cjohnston
Merge into: lp:~gtg/gtg/old-trunk
Diff against target: 58 lines (+22/-11)
1 file modified
GTG/core/firstrun_tasks.py (+22/-11)
To merge this branch: bzr merge lp:~cjohnston/gtg/cjohnston
Reviewer Review Type Date Requested Status
Luca Invernizzi (community) Approve
Review via email: mp+18662@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Chris Johnston (cjohnston) wrote :

Adds a Plugin subtask for first run. Fix for Bug #493549

lp:~cjohnston/gtg/cjohnston updated
571. By Chris Johnston

Renamed title for Plugins first run task

Revision history for this message
Luca Invernizzi (invernizzi) wrote :

Approving.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'GTG/core/firstrun_tasks.py'
2--- GTG/core/firstrun_tasks.py 2009-12-26 20:44:14 +0000
3+++ GTG/core/firstrun_tasks.py 2010-02-05 14:47:21 +0000
4@@ -24,12 +24,13 @@
5 text1 += "<subtask>2@1</subtask>\n"
6 text1 += "<subtask>3@1</subtask>\n"
7 text1 += "<subtask>4@1</subtask>\n"
8+ text1 += "<subtask>5@1</subtask>\n"
9 text1 += "\n\n"
10 text1 += _("We hope that you will appreciate GTG. Please send us bug reports and ideas for improvement using: ")
11 text1 += "https://bugs.launchpad.net/gtg"
12 text1 += "\n\n"
13 text1 += _("Thank you for trying out GTG :-)")
14- t1 = addtask(doc, "0@1", title1, text1, ["1@1", "2@1", "3@1", "4@1"])
15+ t1 = addtask(doc, "0@1", title1, text1, ["1@1", "2@1", "3@1", "4@1", "5@1"])
16 root.appendChild(t1)
17
18 #Task 1@1: Learn to use subtasks
19@@ -81,21 +82,31 @@
20 t4 = addtask(doc, "3@1", title4, text4, [])
21 root.appendChild(t4)
22
23- #Task 4@1: Reporting bugs
24- title5 = _("Reporting bugs")
25- text5 = _("GTG is still very alpha software. We like it and use it everyday but you will encounter some bugs.")
26+ #Task 5@1: Plugins
27+ title5 = _("Learn how to use Plugins")
28+ text5 = _("GTG has the ability to add plugins to extend it's core functionality.")
29 text5 += "\n\n"
30- text5 += _("Please, report them on our Launchpad page:")
31- text5 += "https://bugs.launchpad.net/gtg"
32+ text5 += _("Some examples of the current plugins are Syncing with Remember the Milk and Evolution, Tomboy/Gnote integration and Geolocalized Tasks.")
33 text5 += "\n"
34- text5 += _("We need you to make this software better. Any contribution, any idea is welcome.")
35- text5 += "\n\n"
36- text5 += _("If you have some trouble with GTG, we might be able to help you or to solve your problem really quickly.")
37+ text5 += _("You can find the Plugin Manager by selecting Plugins > Plugin Preferences on the menu.")
38
39 t5 = addtask(doc, "4@1", title5, text5, [])
40 root.appendChild(t5)
41-
42-
43+
44+ #Task 5@1: Reporting bugs
45+ title6 = _("Reporting bugs")
46+ text6 = _("GTG is still very alpha software. We like it and use it everyday but you will encounter some bugs.")
47+ text6 += "\n\n"
48+ text6 += _("Please, report them on our Launchpad page:")
49+ text6 += "https://bugs.launchpad.net/gtg"
50+ text6 += "\n"
51+ text6 += _("We need you to make this software better. Any contribution, any idea is welcome.")
52+ text6 += "\n\n"
53+ text6 += _("If you have some trouble with GTG, we might be able to help you or to solve your problem really quickly.")
54+
55+ t6 = addtask(doc, "5@1", title6, text6, [])
56+ root.appendChild(t6)
57+
58 return doc
59
60

Subscribers

People subscribed via source and target branches

to status/vote changes: