Index: tools/memory_inspector/memory_inspector/frontends/www_content/js/devices.js |
diff --git a/tools/memory_inspector/memory_inspector/frontends/www_content/js/devices.js b/tools/memory_inspector/memory_inspector/frontends/www_content/js/devices.js |
index f96a447001a27666c25ab3c2b119fcea3c4c97a8..9cf6b6aee9075ef4c2adb2786e77cbed7a296b14 100644 |
--- a/tools/memory_inspector/memory_inspector/frontends/www_content/js/devices.js |
+++ b/tools/memory_inspector/memory_inspector/frontends/www_content/js/devices.js |
@@ -65,8 +65,8 @@ this.onDevicesAjaxResponse_ = function(data) { |
if (data.length > 0) { |
this.onDeviceSelectionChange_(); // Start monitoring the first device. |
} else { |
- rootUi.showDialog('No devices could be detected. Check the settings tab ' + |
- 'to ensure that the adb path is properly configured.'); |
+ rootUi.showDialog('No devices detected. Make sure that adb is running on ' + |
+ 'the host and check \'adb devices\'.'); |
} |
}; |