Chromium Code Reviews| Index: chrome/app/generated_resources.grd |
| diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd |
| index 1adc70cc7d3e9f2d67d4e8f11a9977a10d683312..11c618b5fff511d3a0e945e486ea68235ba53d67 100644 |
| --- a/chrome/app/generated_resources.grd |
| +++ b/chrome/app/generated_resources.grd |
| @@ -14862,6 +14862,15 @@ Please check your email at <ph name="ACCOUNT_EMAIL">$2<ex>jane.doe@gmail.com</ex |
| <message name="IDS_DEVICE_CHOOSER_DEVICE_NAME_WITH_ID" desc="To distinguish devices with the same name, the device chooser shows the device name with id."> |
| <ph name="DEVICE_NAME">$1<ex>device name</ex></ph> (<ph name="DEVICE_ID">$2<ex>device id</ex></ph>) |
| </message> |
| + <message name="IDS_BLUETOOTH_DEVICE_CHOOSER_NO_DEVICES_FOUND_ADAPTER_OFF_PROMPT" desc="The label that is used to inform the user that no Bluetooth devices were found because Bluetooth adapter is turned off."> |
| + No devices found. Bluetooth turned off. |
|
Reilly Grant (use Gerrit)
2016/07/18 21:15:03
Just "Bluetooth turned off." It's simpler.
msw
2016/07/18 23:01:30
Ditto for the id (IDS_BLUETOOTH_DEVICE_CHOOSER_ADA
juncai
2016/07/19 20:42:45
Done.
juncai
2016/07/19 20:42:45
Done.
|
| + </message> |
| + <message name="IDS_BLUETOOTH_DEVICE_CHOOSER_SCANNING" desc="The label that is used to indicate the chooser is scanning for Bluetooth devices."> |
| + Scanning for devices... |
| + </message> |
| + <message name="IDS_BLUETOOTH_DEVICE_CHOOSER_RE_SCAN" desc="Text of a link the user can click to start a new scan for Bluetooth devices."> |
| + Re-scan |
| + </message> |
| <message name="IDS_BLUETOOTH_DEVICE_CHOOSER_PAIR_BUTTON_TEXT" desc="Label on the button that closes the Bluetooth chooser popup and pairs the selected device."> |
| Pair |
| </message> |