Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(117)

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 2155743002: Add throbber and status text to WebBluetooth chooser UI on non-Mac desktops (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: removed some unnecessary include files and forward declarations Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 1adc70cc7d3e9f2d67d4e8f11a9977a10d683312..85614ed425ea5d30365682be904d0f033232f4a3 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_BLUETOOTH_ADAPTER_OFF" desc="The label that is used to indicate Bluetooth adapter is turned off.">
+ Bluetooth turned off
+ </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 the 'Re-scan' link.">
Reilly Grant (use Gerrit) 2016/07/15 21:55:19 This description is tautological. I suggest, "Text
juncai 2016/07/18 20:14:15 Done.
+ 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>

Powered by Google App Engine
This is Rietveld 408576698