diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-26 07:56:27 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-26 07:56:27 +0000 |
commit | 5fd82d91fd4674e35ab74cf69cd72e9b69eb7077 (patch) | |
tree | 6c17ce573177737f5d75e54b7b9ea82ee45c82bb /chrome/app/chromium_strings.grd | |
parent | aafc3e9ce7cb54adb4a99ff7b9c092c79d399f41 (diff) | |
download | chromium_src-5fd82d91fd4674e35ab74cf69cd72e9b69eb7077.zip chromium_src-5fd82d91fd4674e35ab74cf69cd72e9b69eb7077.tar.gz chromium_src-5fd82d91fd4674e35ab74cf69cd72e9b69eb7077.tar.bz2 |
Print Preview: Provide a link to try printing with the system dialog when print preview fails. Also fix an initiator tab closed case that is being misreported as a failure.
BUG=92599
TEST=none
Review URL: http://codereview.chromium.org/7715022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98400 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/chromium_strings.grd')
-rw-r--r-- | chrome/app/chromium_strings.grd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/app/chromium_strings.grd b/chrome/app/chromium_strings.grd index bf60bda..e950b9f 100644 --- a/chrome/app/chromium_strings.grd +++ b/chrome/app/chromium_strings.grd @@ -566,8 +566,8 @@ be available for now. --> <message name="IDS_PRINT_PREVIEW_NO_PLUGIN" desc="Message to display when the PDF viewer is missing."> Chromium does not include the PDF viewer which is required for Print Preview to function. </message> - <message name="IDS_PRINT_PREVIEW_NATIVE_DIALOG" desc="Option offering the user to open the native print dialog, displayed when the PDF viewer is missing."> - Launch native print dialog + <message name="IDS_PRINT_PREVIEW_NATIVE_DIALOG" desc="Option offering the user to open the native print dialog, displayed when the PDF viewer is missing or when print preview fails."> + Print using system dialog… </message> <if expr="is_macosx"> |