| 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 4610450038fdd9e80e6b537c77b766a787577c82..cde9abbdfc458711b0568caeec6df657a03594fd 100644
 | 
| --- a/chrome/android/java/strings/android_chrome_strings.grd
 | 
| +++ b/chrome/android/java/strings/android_chrome_strings.grd
 | 
| @@ -1041,9 +1041,9 @@ To obtain new licenses, connect to the internet and play your downloaded content
 | 
|  
 | 
|        <!-- Bluetooth Picker UI strings -->
 | 
|        <message name="IDS_BLUETOOTH_DIALOG_TITLE" desc="The header message shown on top of the dialog that lets the user pick a Bluetooth device for the site to pair with. Shown above a list of Bluetooth devices discovered. ">
 | 
| -        <ph name="SITE">%1$s<ex>https://www.google.com</ex></ph> wants to <ph name="BEGIN_LINK"><link></ph>pair with<ph name="END_LINK"></link></ph>:</message>
 | 
| +        <ph name="SITE">%1$s<ex>https://www.google.com</ex></ph> wants to pair with:</message>
 | 
|        <message name="IDS_BLUETOOTH_SEARCHING" desc="The message shown in the Bluetooth picker dialog while scanning for devices.">
 | 
| -        Searching for devices…
 | 
| +        Searching for devices… <ph name="BEGIN_LINK"><link></ph>get help<ph name="END_LINK"></link></ph>
 | 
|        </message>
 | 
|        <message name="IDS_BLUETOOTH_CONFIRM_BUTTON" desc="The button to confirm association of a website with a Bluetooth device. Use the same term as in 'Pair this Bluetooth headset with your phone.'">
 | 
|          Pair
 | 
| @@ -1051,7 +1051,10 @@ To obtain new licenses, connect to the internet and play your downloaded content
 | 
|        <message name="IDS_BLUETOOTH_NOT_SEEING_IT" desc="The message to show at the bottom of the dialog when Bluetooth scanning has uncovered some items but is still scanning for others.">
 | 
|          Not seeing your device? <ph name="BEGIN_LINK"><link></ph>Get help<ph name="END_LINK"></link></ph>.
 | 
|        </message>
 | 
| -      <message name="IDS_BLUETOOTH_NOT_SEEING_IT_IDLE" desc="The message to show at the bottom of the dialog when Bluetooth scanning has uncovered some items but is no longer discovering devices. Allows the user to restart the scan, in case their device is not listed.">
 | 
| +      <message name="IDS_BLUETOOTH_NOT_SEEING_IT_IDLE_NONE_FOUND" desc="The message to show at the bottom of the dialog when Bluetooth scanning has not uncovered any devices and it is no longer discovering devices.">
 | 
| +        <ph name="BEGIN_LINK"><link></ph>Get help<ph name="END_LINK"></link></ph>
 | 
| +      </message>
 | 
| +      <message name="IDS_BLUETOOTH_NOT_SEEING_IT_IDLE_SOME_FOUND" desc="The message to show at the bottom of the dialog when Bluetooth scanning has uncovered some items but is no longer discovering devices. Allows the user to restart the scan, in case their device is not listed.">
 | 
|          Not seeing your device? <ph name="BEGIN_LINK1"><link1></ph>Get help<ph name="END_LINK1"></link1></ph> or <ph name="BEGIN_LINK2"><link2></ph>search again<ph name="END_LINK2"></link2></ph>.
 | 
|        </message>
 | 
|        <message name="IDS_BLUETOOTH_NOT_FOUND" desc="The message to show when no items were found during Bluetooth device scanning.">
 | 
| 
 |