OSDN Git Service

AI 146839: am: CL 146784 am: CL 146783 Update New project wizard with the less confus...
authorXavier Ducrohet <>
Sun, 19 Apr 2009 06:15:16 +0000 (23:15 -0700)
committerThe Android Open Source Project <initial-contribution@android.com>
Sun, 19 Apr 2009 06:15:16 +0000 (23:15 -0700)
  Original author: xav
  Merged from: //branches/cupcake/...
  Original author: android-build

Automated import of CL 146839

eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/wizards/newproject/NewProjectCreationPage.java

index e62f82d..20aa68b 100644 (file)
@@ -402,7 +402,7 @@ public class NewProjectCreationPage extends WizardPage {
         group.setLayout(new GridLayout());
         group.setLayoutData(new GridData(GridData.FILL_BOTH));
         group.setFont(parent.getFont());
-        group.setText("Target");
+        group.setText("Build Target");
         
         // The selector is created without targets. They are added below in the change listener.
         mSdkTargetSelector = new SdkTargetSelector(group, null);