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

Proposed by Jeremy Bícha
Status: Merged
Merged at revision: 64
Proposed branch: lp:~jbicha/activity-log-manager/use-ellipsis
Merge into: lp:activity-log-manager
Diff against target: 28 lines (+4/-4)
1 file modified
src/unified-privacy.vala (+4/-4)
To merge this branch: bzr merge lp:~jbicha/activity-log-manager/use-ellipsis
Reviewer Review Type Date Requested Status
Manish Sinha (मनीष सिन्हा) Approve
Review via email: mp+173092@code.launchpad.net
To post a comment you must log in.
65. By Jeremy Bícha

Use ellipsis

Revision history for this message
Manish Sinha (मनीष सिन्हा) (manishsinha) :
review: Approve

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-07-03 08:09:42 +0000
3+++ src/unified-privacy.vala 2013-07-06 16:00:35 +0000
4@@ -192,7 +192,7 @@
5 });
6
7 this.del_button = new Button.from_stock(Stock.DELETE);
8- del_button.set_label(_("Clear Usage Data..."));
9+ del_button.set_label(_("Clear Usage Data…"));
10
11 del_button.clicked.connect(()=> {
12 delete_dialog.on_delete_history ();
13@@ -307,12 +307,12 @@
14 exception_toolbar.insert(exception_remove, 1);
15
16 exception_menu = new Gtk.Menu ();
17- var folder_menu = new Gtk.MenuItem.with_label ("Add Folder...");
18+ var folder_menu = new Gtk.MenuItem.with_label ("Add Folder…");
19 folder_menu.activate.connect (on_add_folder);
20 //TODO Alm can't blacklist a single file atm.
21-// var file_menu = new Gtk.MenuItem.with_label ("Add File...");
22+// var file_menu = new Gtk.MenuItem.with_label ("Add File…");
23 // file_menu.activate.connect (on_add_file);
24- var app_menu = new Gtk.MenuItem.with_label ("Add Application...");
25+ var app_menu = new Gtk.MenuItem.with_label ("Add Application…");
26 app_menu.activate.connect (on_add_application);
27 exception_menu.append(folder_menu);
28 //exception_menu.append(file_menu);

Subscribers

People subscribed via source and target branches