| Index: dart/editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/mobile/MobileUrlConnectionException.java
|
| ===================================================================
|
| --- dart/editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/mobile/MobileUrlConnectionException.java (revision 37437)
|
| +++ dart/editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/mobile/MobileUrlConnectionException.java (working copy)
|
| @@ -36,7 +36,7 @@
|
| msg.append("Check port forwarding in Chrome and try again.");
|
| } else {
|
| msg.append("Check wifi access permissions and try again.\n\n");
|
| - msg.append("Alternately, open the \"Manage Launches\" dialog,");
|
| + msg.append("Alternately, open the Launch dialog,");
|
| msg.append(" select the mobile launch configuration,");
|
| msg.append(" and in the \"Servers\" group select \"Pub serve\".\n");
|
| }
|
|
|