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

BUG=1795612

Automated import of CL 146783
This commit is contained in:
Xavier Ducrohet
2009-04-17 14:13:15 -07:00
committed by The Android Open Source Project
parent 1bce95ed41
commit 2aff1aad1d

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