AI 146822: am: CL 146736 am: CL 146674 "Target" nomenclature fixes

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

Automated import of CL 146822
This commit is contained in:
Xavier Ducrohet
2009-04-18 22:31:03 -07:00
committed by The Android Open Source Project
parent 477c7f5a52
commit a3dfdef1b8
3 changed files with 4 additions and 6 deletions

View File

@@ -68,7 +68,7 @@ public class AndroidPropertyPage extends PropertyPage implements IWorkbenchPrope
top.setLayout(new GridLayout(1, false));
Label l = new Label(top, SWT.NONE);
l.setText("Project Target");
l.setText("Project Build Target");
mSelector = new SdkTargetSelector(top, targets);