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

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 1360873003: Fix WebUSB notification on Chrome OS with no windows open. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update expected strings. Created 5 years, 3 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
« no previous file with comments | « no previous file | chrome/browser/chrome_webusb_browser_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 958115e5b9bac49671554ee02141a32667e89608..7899159deb7c20dd9f0687ada8209e8c3e402f8b 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -15341,10 +15341,10 @@ After you create a new supervised user, you can manage their settings at any tim
<!-- WebUsb Notification -->
<message name="IDS_WEBUSB_DEVICE_DETECTED_NOTIFICATION" desc="Content for notification shown to the user when a USB device gets plugged in.">
- Click here to visit this page
+ Go to <ph name="LANDING_PAGE">$1</ph> to connect.
</message>
<message name="IDS_WEBUSB_DEVICE_DETECTED_NOTIFICATION_TITLE" desc="Title for notification shown to the user when a USB device gets plugged in.">
- <ph name="USB_DEVICE_NAME">$1</ph>
+ <ph name="USB_DEVICE_NAME">$1</ph> detected
</message>
</if>
« no previous file with comments | « no previous file | chrome/browser/chrome_webusb_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698