diff options
author | dpapad@chromium.org <dpapad@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-28 21:53:50 +0000 |
---|---|---|
committer | dpapad@chromium.org <dpapad@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-28 21:53:50 +0000 |
commit | ca2e7208d1f662943849fbefecb88e38008881b8 (patch) | |
tree | 16c88c93768dbdaad61fda0c515195753bc69256 /chrome/app | |
parent | fabf36d21ced6e50aac3300f35316c4a9b3f9fa8 (diff) | |
download | chromium_src-ca2e7208d1f662943849fbefecb88e38008881b8.zip chromium_src-ca2e7208d1f662943849fbefecb88e38008881b8.tar.gz chromium_src-ca2e7208d1f662943849fbefecb88e38008881b8.tar.bz2 |
Print Preview: Adding "Minimum" option in margins dropdown.
BUG=101456
TEST=Select Minimum in the margins dropdown.
Review URL: http://codereview.chromium.org/8392012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107803 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 006e21f..649f0f2 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -6408,6 +6408,9 @@ Keep your key file in a safe place. You will need it to create new versions of y <message name="IDS_PRINT_PREVIEW_CUSTOM_MARGINS" desc="Option that specifies the page be printed with user-specified custom margins."> Custom </message> + <message name="IDS_PRINT_PREVIEW_MINIMUM_MARGINS" desc="Option that specifies the page be printed with the minimum allowed margins by the printer."> + Minimum + </message> <message name="IDS_PRINT_PREVIEW_TOP_MARGIN_LABEL" desc="ARIA label used by screen reader to explain the purpose of the top margin textbox."> Top margin </message> |