Skip to content

Commit 1b9f9ba

Browse files
committed
updated dialog title
1 parent 73296ce commit 1b9f9ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/processing/mode/android/AndroidMode.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public class AndroidMode extends JavaMode {
6060
"https://developer.android.com/training/wearables/apps/debugging.html";
6161

6262
private static final String WATCHFACE_DEBUG_TITLE =
63-
"Is Debugging over Bluetooth enabled?";
63+
"Is the watch connected to the computer?";
6464

6565
private static final String WATCHFACE_DEBUG_MESSAGE =
6666
"Processing will install watch faces on a smartwatch either over Wi-Fi " +

0 commit comments

Comments
 (0)