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

Original author: xav
  Merged from: //branches/cupcake/...

Automated import of CL 146784
This commit is contained in:
Xavier Ducrohet
2009-04-18 12:05:57 -07:00
committed by The Android Open Source Project
parent 2eeb203c31
commit 2013a91fad

View File

@@ -402,7 +402,7 @@ public class NewProjectCreationPage extends WizardPage {
group.setLayout(new GridLayout()); group.setLayout(new GridLayout());
group.setLayoutData(new GridData(GridData.FILL_BOTH)); group.setLayoutData(new GridData(GridData.FILL_BOTH));
group.setFont(parent.getFont()); 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. // The selector is created without targets. They are added below in the change listener.
mSdkTargetSelector = new SdkTargetSelector(group, null); mSdkTargetSelector = new SdkTargetSelector(group, null);