Comment 0 for bug 986437

Revision history for this message
Gary Lasker (gary-lasker) wrote :

We need to remove the word "anonymous" from the opt-in panel text, per mpt's comment #5 in bug 967064:

https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/967064/comments/5

We need to do this because we currently require the user to have an SSO account and to be logged into it so that they can receive personalized recommendations. Give that, even though the list of uploaded packages is not tracked in any way, it is nevertheless not accurate to use the word "anonymous" in the opt-in text,

The diff is very simple:

=== modified file 'softwarecenter/ui/gtk3/widgets/recommendations.py'
--- softwarecenter/ui/gtk3/widgets/recommendations.py 2012-04-15 23:53:57 +0000
+++ softwarecenter/ui/gtk3/widgets/recommendations.py 2012-04-16 00:00:36 +0000
@@ -145,7 +145,7 @@
     TURN_ON_RECOMMENDATIONS_TEXT = _(u"Turn On Recommendations")
     RECOMMENDATIONS_OPT_IN_TEXT = _(u"To make recommendations, "
                  "Ubuntu Software Center "
- "will occasionally send to Canonical an anonymous list "
+ "will occasionally send to Canonical a list "
                  "of software currently installed.")

     def __init__(self, catview):