aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse
diff options
context:
space:
mode:
authorSiva Velusamy <vsiva@google.com>2013-08-12 11:01:56 -0700
committerSiva Velusamy <vsiva@google.com>2013-08-12 11:02:23 -0700
commitb5d15cb43961e29f6692711f2bd640a811187fe4 (patch)
tree3625a82f591423ca099e725c2f3d8409119f564d /eclipse
parent6da9a761cd06c67a9c30534b4da2b8447aced5d0 (diff)
downloadsdk-b5d15cb43961e29f6692711f2bd640a811187fe4.zip
sdk-b5d15cb43961e29f6692711f2bd640a811187fe4.tar.gz
sdk-b5d15cb43961e29f6692711f2bd640a811187fe4.tar.bz2
adt launch: Fix spelling mistake
Change-Id: I15d9459c67fd341fc85ae6b574941489218a4113
Diffstat (limited to 'eclipse')
-rw-r--r--eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/AndroidLaunchController.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/AndroidLaunchController.java b/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/AndroidLaunchController.java
index 6818789..6ac3385 100644
--- a/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/AndroidLaunchController.java
+++ b/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/AndroidLaunchController.java
@@ -524,7 +524,7 @@ public final class AndroidLaunchController implements IDebugBridgeChangeListener
public void run() {
Shell shell = display.getActiveShell();
if (MessageDialog.openQuestion(shell, "Android AVD Error",
- "No compatible targets were found. Do you wish to a add new Android Virtual Device?")) {
+ "No compatible targets were found. Do you wish to add a new Android Virtual Device?")) {
AvdManagerAction action = new AvdManagerAction();
action.run(null /*action*/);
searchAgain[0] = true;