diff options
| author | juncai <juncai@chromium.org> | 2016-02-23 20:12:07 -0800 |
|---|---|---|
| committer | Commit bot <commit-bot@chromium.org> | 2016-02-24 04:13:20 +0000 |
| commit | e26da162b7de08b3918352deff9f5897f1e2cf2a (patch) | |
| tree | a35ef26f0f514f1402b59f2e5dc2fa4996901ad9 /chrome/app | |
| parent | d0f29740c2894eeb3826140e902968dd14ffb7c7 (diff) | |
| download | chromium_src-e26da162b7de08b3918352deff9f5897f1e2cf2a.zip chromium_src-e26da162b7de08b3918352deff9f5897f1e2cf2a.tar.gz chromium_src-e26da162b7de08b3918352deff9f5897f1e2cf2a.tar.bz2 | |
Add message and Help Center link to the chooser UI
This patch added message "Not seeing your device? Get
help" at the bottom of the chooser UI, and the "Get help"
links to a Help Center URL. The message is added below
the "Connect" and "Cancel" button with a grey separator.
BUG=492204, 583479
Review URL: https://codereview.chromium.org/1661063002
Cr-Commit-Position: refs/heads/master@{#377216}
Diffstat (limited to 'chrome/app')
| -rw-r--r-- | chrome/app/generated_resources.grd | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index b7220b6..fbdba53 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -14516,6 +14516,14 @@ Please check your email at <ph name="ACCOUNT_EMAIL">$2<ex>jane.doe@gmail.com</ex <message name="IDS_CHOOSER_BUBBLE_CANCEL_BUTTON_TEXT" desc="The text that is shown on the cancel button in the chooser popup."> Cancel </message> + <!-- Chooser Bubble Footnote Text --> + <message name="IDS_CHOOSER_BUBBLE_FOOTNOTE_TEXT" desc="This text is shown at the bottom of the chooser popup with a link to part of its text."> + Not seeing your device? <ph name="GET_HELP_LINK">$1<ex>Get help</ex></ph> + </message> + <!-- Chooser Bubble Get Help Link Text --> + <message name="IDS_CHOOSER_BUBBLE_GET_HELP_LINK_TEXT" desc="Text of the 'Get help' link at the bottom of the chooser popup."> + Get help + </message> </if> <if expr="is_android"> |
