AI 146674: "Target" nomenclature fixes

BUG=1795612

Automated import of CL 146674
This commit is contained in:
Xavier Ducrohet
2009-04-16 18:39:57 -07:00
committed by The Android Open Source Project
parent 3e58000c21
commit 1313b05655
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);