Merge lp:~jbicha/activity-log-manager/use-exclude into lp:activity-log-manager

Proposed by Jeremy Bícha
Status: Merged
Merged at revision: 51
Proposed branch: lp:~jbicha/activity-log-manager/use-exclude
Merge into: lp:activity-log-manager
Diff against target: 12 lines (+1/-1)
1 file modified
src/unified-privacy.vala (+1/-1)
To merge this branch: bzr merge lp:~jbicha/activity-log-manager/use-exclude
Reviewer Review Type Date Requested Status
Activity Log Manager Pending
Review via email: mp+168316@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/unified-privacy.vala'
2--- src/unified-privacy.vala 2013-05-08 13:41:46 +0000
3+++ src/unified-privacy.vala 2013-06-09 22:14:26 +0000
4@@ -247,7 +247,7 @@
5
6 //Exception List
7 var exception_vbox = new Box(Orientation.VERTICAL, 0);
8- var exception_label = new Label (_("Except for:"));
9+ var exception_label = new Label (_("Exclude:"));
10 var al2 = new Alignment (0, 0.5f, 0, 0);
11 al2.add (exception_label);
12 exception_vbox.pack_start (al2, false, false, 5);

Subscribers

People subscribed via source and target branches