You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Drop the Eclipse Foundation from the upload dialog and the terms
The upload dialog still said the data goes to a server at the Eclipse
Foundation and linked to eclipse.org pages that no longer exist. It
now names the configured upload location and links to the GitHub
repository and its user guide.
The terms of use, shown from the dialog and in the help, describe the
collector without naming an operator: the data goes to whoever runs
the configured upload location. The help pages say the same.
Copy file name to clipboardExpand all lines: org.eclipse.epp.usagedata.ui/src/org/eclipse/epp/usagedata/internal/ui/wizards/SelectActionWizardPage.java
Copy file name to clipboardExpand all lines: org.eclipse.epp.usagedata.ui/src/org/eclipse/epp/usagedata/internal/ui/wizards/messages.properties
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ SelectActionWizardPage_16=Turn UDC feature off
8
8
SelectActionWizardPage_17=Stop collecting data. The UDC will be turned off and data will never be uploaded.
9
9
SelectActionWizardPage_3=Usage Data Upload
10
10
SelectActionWizardPage_4=It's time to upload your usage data.
11
-
SelectActionWizardPage_5=<form><p>The Eclipse <a href="udc">Usage Data Collector</a> (UDC) collects data on how you have been using the workbench. It would now like to upload the data to a server at the Eclipse Foundation. No data is sent unless you agree.</p><p>You can preview the data before it is uploaded on the <a href="preview">Preview page</a>.</p><p>Questions about the UDC? Check out our <a href="faq">Frequently Asked Questions</a>.</p></form>
11
+
SelectActionWizardPage_5=<form><p>The <a href="udc">Usage Data Collector</a> (UDC) collects data on how you have been using the workbench. It would now like to upload the data to the configured upload location. No data is sent unless you agree.</p><p>You can preview the data before it is uploaded on the <a href="preview">Preview page</a>.</p><p>Questions about the UDC? Check out the <a href="faq">User Guide</a>.</p></form>
12
12
SelectActionWizardPage_9=<form><p>You agree to provide this data under the Usage Data Collector <a href="terms">Terms of Use</a>.</p></form>
0 commit comments