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

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 336313009: Showing devices transport method in one device (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Collabsed the string but included the transport Created 6 years, 6 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 95a3de22e7b1fff58193840604cea8539289e7c5..a9d6e7a966542724d9b46be5fafa53576e2c2612 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -4336,7 +4336,16 @@ Make sure you do not expose any sensitive information.
Access the list of your signed-in devices
</message>
<message name="IDS_EXTENSION_PROMPT_WARNING_HID" desc="Permission string for access to HID devices.">
- Access input devices over USB and Bluetooth
+ Access your hardware devices connected via USB and Bluetooth
not at google - send to devlin 2014/06/20 22:23:01 why not just "Access your USB and Bluetooth device
+ </message>
+ <message name="IDS_EXTENSION_PROMPT_WARNING_USB_SERIAL" desc="Permission string for access to USB and serial connected devices.">
+ Access your hardware devices connected via USB and Serial
+ </message>
+ <message name="IDS_EXTENSION_PROMPT_WARNING_BLUETOOTH_SERIAL" desc="Permission string for access to Bluetooth and serial connected devices.">
+ Access your hardware devices connected via Bluetooth and Serial
+ </message>
+ <message name="IDS_EXTENSION_PROMPT_WARNING_DEVICES" desc="Permission string for access to Bluetooth, Serial and USB connected devices.">
not at google - send to devlin 2014/06/20 22:23:01 desc isn't really accurate here, or at least, it's
+ Access all your hardware devices
</message>
<message name="IDS_EXTENSION_PROMPT_WARNING_BLUETOOTH" desc="Permission string for general access to the Bluetooth API.">
Access information about Bluetooth devices paired with your system and discover nearby Bluetooth devices.

Powered by Google App Engine
This is Rietveld 408576698