GTG

Merge lp:~h-pawan/gtg/datebox-label-spelling into lp:~gtg/gtg/old-trunk

Proposed by Pawan Hegde
Status: Merged
Merge reported by: Nimit Shah
Merged at revision: not available
Proposed branch: lp:~h-pawan/gtg/datebox-label-spelling
Merge into: lp:~gtg/gtg/old-trunk
Diff against target: 42 lines (+4/-2)
3 files modified
AUTHORS (+1/-0)
CHANGELOG (+1/-0)
GTG/gtk/editor/taskeditor.ui (+2/-2)
To merge this branch: bzr merge lp:~h-pawan/gtg/datebox-label-spelling
Reviewer Review Type Date Requested Status
Nimit Shah Approve
Review via email: mp+207052@code.launchpad.net

Description of the change

Fix for Bug #1248185

Starting on --> Starts on
Due for --> Due on

To post a comment you must log in.
Revision history for this message
Nimit Shah (nimit-svnit) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'AUTHORS'
2--- AUTHORS 2013-11-08 20:42:51 +0000
3+++ AUTHORS 2014-02-18 21:56:28 +0000
4@@ -125,3 +125,4 @@
5 * Chenxiong Qi <qcxhome@gmail.com>
6 * Fabiano Fidencio <fabiano@fidencio.org>
7 * kpytang <https://launchpad.net/~kpytang> (no email provided)
8+* Pawan Hegde <h.pawan@gmail.com>
9
10=== modified file 'CHANGELOG'
11--- CHANGELOG 2014-02-17 12:55:55 +0000
12+++ CHANGELOG 2014-02-18 21:56:28 +0000
13@@ -11,6 +11,7 @@
14 * Fix for bug #1275195: Popup menu of notification plugin does work after porting to gtk+ 3, by Parin Porecha
15 * Fix for bug #1275226: Port `make lint` to Python 3, by Chenxiong Qi
16 * Fix for bug #1275628: Error when add task in Quick Add Entry, by Parin Porecha
17+ * Fix for bug #1248185: due label in task editor says "Due for" should say "Due on", by Pawan Hegde
18
19 2013-11-24 Getting Things GNOME! 0.3.1
20 * Fix for bug #1024473: Have 'Show Main Window' in notification area, by Antonio Roquentin
21
22=== modified file 'GTG/gtk/editor/taskeditor.ui'
23--- GTG/gtk/editor/taskeditor.ui 2013-09-04 17:48:19 +0000
24+++ GTG/gtk/editor/taskeditor.ui 2014-02-18 21:56:28 +0000
25@@ -163,7 +163,7 @@
26 <property name="visible">True</property>
27 <property name="can_focus">False</property>
28 <property name="xalign">0</property>
29- <property name="label" translatable="yes">Starting on</property>
30+ <property name="label" translatable="yes">Starts on</property>
31 <attributes>
32 <attribute name="weight" value="bold"/>
33 </attributes>
34@@ -226,7 +226,7 @@
35 <property name="visible">True</property>
36 <property name="can_focus">False</property>
37 <property name="xalign">0</property>
38- <property name="label" translatable="yes">Due for</property>
39+ <property name="label" translatable="yes">Due on</property>
40 <attributes>
41 <attribute name="weight" value="bold"/>
42 </attributes>

Subscribers

People subscribed via source and target branches

to status/vote changes: