diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-15 23:24:00 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-15 23:24:00 +0000 |
commit | 0652727b28e1692766a6848821bc5859d93d3cf5 (patch) | |
tree | d2052a8a294cded2b7dc87cddeb426b8950b7176 | |
parent | 1156c38d17d417c5ce411dbb7ebbe90ac0362243 (diff) | |
download | chromium_src-0652727b28e1692766a6848821bc5859d93d3cf5.zip chromium_src-0652727b28e1692766a6848821bc5859d93d3cf5.tar.gz chromium_src-0652727b28e1692766a6848821bc5859d93d3cf5.tar.bz2 |
Merge 278865 "Windows: Add a string resource for "Open in Adobe ..."
> Windows: Add a string resource for "Open in Adobe Reader"
>
> BUG=370746
> NOTRY=true
>
> Review URL: https://codereview.chromium.org/342323009
TBR=thestig@chromium.org
Review URL: https://codereview.chromium.org/393163002
git-svn-id: svn://svn.chromium.org/chrome/branches/2062/src@283270 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/app/generated_resources.grd | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index f16662f..9f3efbc 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -2078,6 +2078,12 @@ Even if you have downloaded files from this website before, the website might ha desc="In Title Case: Download context menu: Show information about interrupted downloads"> &More Information </message> + </if> <!-- not use_titlecase --> + <if expr="is_win"> + <message name="IDS_DOWNLOAD_MENU_ALWAYS_OPEN_PDF_IN_READER" + desc="Download context menu: Open when download using Adobe Reader"> + Always open in Adobe Reader + </message> </if> </if> |