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

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

Automated import of CL 146736
This commit is contained in:
Xavier Ducrohet
2009-04-17 11:08:12 -07:00
committed by The Android Open Source Project
parent 38d88bfb49
commit 268c824eb1
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);