Index: chrome/android/java/strings/android_chrome_strings.grd |
diff --git a/chrome/android/java/strings/android_chrome_strings.grd b/chrome/android/java/strings/android_chrome_strings.grd |
index fd69f79a157fe0b8043ca9a00534c62d91cdb3ee..9a426047cae57b9095219de69120a43680eecbbd 100644 |
--- a/chrome/android/java/strings/android_chrome_strings.grd |
+++ b/chrome/android/java/strings/android_chrome_strings.grd |
@@ -1192,7 +1192,13 @@ To obtain new licenses, connect to the internet and play your downloaded content |
<ph name="BEGIN_LINK"><link></ph>Help<ph name="END_LINK"></link></ph> |
</message> |
<message name="IDS_BLUETOOTH_NEED_LOCATION_PERMISSION" desc="The message to show when scanning cannot start because Chrome needs the Location permission in order for Android to return any Bluetooth devices from a scan."> |
- Chrome needs location access to scan for devices. <ph name="BEGIN_LINK"><link></ph>Update permissions<ph name="END_LINK"></link></ph> |
+ Chrome needs location access to scan for devices. <ph name="BEGIN_LINK"><permission_link></ph>Update permissions<ph name="END_LINK"></permission_link></ph> |
+ </message> |
+ <message name="IDS_BLUETOOTH_NEED_LOCATION_SERVICES_ON" desc="The message to show when scanning cannot start because Android location services are off, but they must be turned on for Android to return any Bluetooth devices from a scan."> |
+ Chrome needs location access to scan for devices. Location access is <ph name="BEGIN_LINK"><services_link></ph>turned off for this device<ph name="END_LINK"></services_link></ph>. |
+ </message> |
+ <message name="IDS_BLUETOOTH_NEED_LOCATION_PERMISSION_AND_SERVICES_ON" desc="The message to show when scanning cannot start because Chrome doesn't have the Location permission and the device's location services are turned off, and both must be enabled in order for Android to return any Bluetooth devices from a scan."> |
+ Chrome needs location access to scan for devices. <ph name="BEGIN_LINK1"><permission_link></ph>Update permissions<ph name="END_LINK1"></permission_link></ph>. Location access is also <ph name="BEGIN_LINK2"><services_link></ph>turned off for this device<ph name="END_LINK2"></services_link></ph>. |
</message> |
<message name="IDS_BLUETOOTH_NEED_LOCATION_PERMISSION_HELP" desc="The status message to get more information about why Chrome needs the Location permission in order to scan for Bluetooth devices."> |
<ph name="BEGIN_LINK"><link></ph>Help<ph name="END_LINK"></link></ph> |