zeitgeist team mailing list archive
-
zeitgeist team
-
Mailing list archive
-
Message #05851
[Merge] lp:~luolei/activity-log-manager/fix-1375598 into lp:activity-log-manager
Luo Lei has proposed merging lp:~luolei/activity-log-manager/fix-1375598 into lp:activity-log-manager.
Requested reviews:
Activity Log Manager (activity-log-manager)
Related bugs:
Bug #1375598 in Activity Log Manager: "Some options have not been translated in system setting- safety and privacy"
https://bugs.launchpad.net/activity-log-manager/+bug/1375598
For more details, see:
https://code.launchpad.net/~luolei/activity-log-manager/fix-1375598/+merge/241236
Fix two i18n typos
--
https://code.launchpad.net/~luolei/activity-log-manager/fix-1375598/+merge/241236
Your team Activity Log Manager is requested to review the proposed merge of lp:~luolei/activity-log-manager/fix-1375598 into lp:activity-log-manager.
=== modified file 'src/unified-privacy.vala'
--- src/unified-privacy.vala 2014-02-06 16:12:21 +0000
+++ src/unified-privacy.vala 2014-11-10 06:35:33 +0000
@@ -312,12 +312,12 @@
exception_toolbar.insert(exception_remove, 1);
exception_menu = new Gtk.Menu ();
- var folder_menu = new Gtk.MenuItem.with_label ("Add Folder…");
+ var folder_menu = new Gtk.MenuItem.with_label (_("Add Folder…"));
folder_menu.activate.connect (on_add_folder);
//TODO Alm can't blacklist a single file atm.
// var file_menu = new Gtk.MenuItem.with_label ("Add File…");
// file_menu.activate.connect (on_add_file);
- var app_menu = new Gtk.MenuItem.with_label ("Add Application…");
+ var app_menu = new Gtk.MenuItem.with_label (_("Add Application…"));
app_menu.activate.connect (on_add_application);
exception_menu.append(folder_menu);
//exception_menu.append(file_menu);
Follow ups