Merge branch 'readonly-p4-master'

This commit is contained in:
Xavier Ducrohet
2009-04-18 23:16:30 -07:00
committed by The Android Open Source Project

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