AI 146839: am: CL 146784 am: CL 146783 Update New project wizard with the less confusing "Build Target" label.

Original author: xav
  Merged from: //branches/cupcake/...
  Original author: android-build

Automated import of CL 146839
This commit is contained in:
Xavier Ducrohet
2009-04-18 23:15:16 -07:00
committed by The Android Open Source Project
parent 0f36a502d3
commit f065b3f626

View 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);