AI 146674: "Target" nomenclature fixes
BUG=1795612 Automated import of CL 146674
This commit is contained in:
committed by
The Android Open Source Project
parent
3e58000c21
commit
1313b05655
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user