zeitgeist team mailing list archive
-
zeitgeist team
-
Mailing list archive
-
Message #05800
[Merge] lp:~robert-ancell/activity-log-manager/files-and-apps-description into lp:activity-log-manager
Robert Ancell has proposed merging lp:~robert-ancell/activity-log-manager/files-and-apps-description into lp:activity-log-manager.
Commit message:
Set descriptive text in Files and Applications tab to match design in https://wiki.ubuntu.com/SecurityAndPrivacySettings#files
Requested reviews:
Activity Log Manager (activity-log-manager)
Related bugs:
Bug #1263123 in Activity Log Manager: ""Security & Privacy" > "Files & Applications" refers mysteriously to "This Operating System" and "functionality""
https://bugs.launchpad.net/activity-log-manager/+bug/1263123
For more details, see:
https://code.launchpad.net/~robert-ancell/activity-log-manager/files-and-apps-description/+merge/204148
--
https://code.launchpad.net/~robert-ancell/activity-log-manager/files-and-apps-description/+merge/204148
Your team Activity Log Manager is requested to review the proposed merge of lp:~robert-ancell/activity-log-manager/files-and-apps-description into lp:activity-log-manager.
=== modified file 'src/unified-privacy.vala'
--- src/unified-privacy.vala 2013-07-11 02:13:34 +0000
+++ src/unified-privacy.vala 2014-01-31 02:15:00 +0000
@@ -170,7 +170,7 @@
private void setup_ui() {
this.set_border_width(12);
- string text = _("This Operating System keeps track of Files and Applications you've used to provide extra functionality. If other people can see or access your user account, you may wish to limit which items are recorded.");
+ string text = _("Files and applications you’ve used recently can be shown in the Dash and elsewhere. If other people can see or access your user account, you may wish to limit which items are recorded.");
var label = new Label("");
label.set_markup("%s".printf(text));
label.set_line_wrap(true);
References