OSDN Git Service

Tweak usage panel message
authorTor Norbye <tnorbye@google.com>
Mon, 26 Sep 2011 22:18:25 +0000 (15:18 -0700)
committerTor Norbye <tnorbye@google.com>
Mon, 26 Sep 2011 22:18:25 +0000 (15:18 -0700)
Change-Id: I99a2953f11e63f6646133c4727880487fe65f0d8

eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/UsagePermissionPage.java

index 2e77641..0341b73 100644 (file)
@@ -85,7 +85,8 @@ public class UsagePermissionPage extends WizardPage implements SelectionListener
         GridData gdLaterLabel = new GridData(SWT.FILL, SWT.BOTTOM, false, true, 1, 1);
         gdLaterLabel.widthHint = 580;
         laterLabel.setLayoutData(gdLaterLabel);
-        laterLabel.setText(SdkStatsPermissionDialog.FOOTER_TEXT);
+        laterLabel.setText("If you later decide to change this setting, you can do so in the " +
+               "options panel under Android > Usage Stats");
 
         mLink = new Link(container, SWT.NONE);
         mLink.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 1, 1));