Merge lp:~robert-ancell/activity-log-manager/comma-splice into lp:activity-log-manager

Proposed by Robert Ancell
Status: Merged
Merged at revision: 106
Proposed branch: lp:~robert-ancell/activity-log-manager/comma-splice
Merge into: lp:activity-log-manager
Diff against target: 25 lines (+2/-2)
2 files modified
src/history-widget.vala (+1/-1)
src/unified-privacy.vala (+1/-1)
To merge this branch: bzr merge lp:~robert-ancell/activity-log-manager/comma-splice
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Needs Fixing
Activity Log Manager Pending
Review via email: mp+204542@code.launchpad.net

Commit message

Remove comma splices

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/history-widget.vala'
2--- src/history-widget.vala 2013-07-10 06:24:51 +0000
3+++ src/history-widget.vala 2014-02-03 17:32:41 +0000
4@@ -145,7 +145,7 @@
5 dialog.add_button(Stock.YES, ResponseType.OK);
6 dialog.set_title("");
7
8- var label = new Gtk.Label(_("This operation cannot be undone, are you sure you want to delete this activity?"));
9+ var label = new Gtk.Label(_("This operation cannot be undone. Are you sure you want to delete this activity?"));
10 label.set_line_wrap(true);
11 label.set_line_wrap_mode(Pango.WrapMode.WORD);
12 label.set_padding(9,9);
13
14=== modified file 'src/unified-privacy.vala'
15--- src/unified-privacy.vala 2013-07-11 02:13:34 +0000
16+++ src/unified-privacy.vala 2014-02-03 17:32:41 +0000
17@@ -872,7 +872,7 @@
18 dialog.add_button(Stock.YES, ResponseType.OK);
19 dialog.set_title("");
20
21- var label = new Gtk.Label(_("This operation cannot be undone, are you sure you want to delete this activity?"));
22+ var label = new Gtk.Label(_("This operation cannot be undone. Are you sure you want to delete this activity?"));
23 label.set_line_wrap(true);
24 label.set_line_wrap_mode(Pango.WrapMode.WORD);
25 label.set_padding(9,9);

Subscribers

People subscribed via source and target branches