0

[pdf] Use a different string for square page sizes in properties dialog

Currently, square page sizes appear as "portrait", which can be
confusing.

Fixed: 1184345
Change-Id: I1e70438c285cb218759185a613f7e657fe726ba1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3036622
Reviewed-by: Lei Zhang <thestig@chromium.org>
Commit-Queue: Daniel Hosseinian <dhoss@chromium.org>
Cr-Commit-Position: refs/heads/master@{#903224}
This commit is contained in:
Daniel Hosseinian
2021-07-19 22:48:29 +00:00
committed by Chromium LUCI CQ
parent 3194a1d985
commit 178b51deb4
5 changed files with 21 additions and 13 deletions

@@ -97,6 +97,9 @@
<message name="IDS_PDF_PROPERTIES_PAGE_SIZE_LANDSCAPE" desc="Label for a landscape page orientation.">
landscape
</message>
<message name="IDS_PDF_PROPERTIES_PAGE_SIZE_SQUARE" desc="Label for a square page that has neither portrait nor landscape orientation.">
square
</message>
<message name="IDS_PDF_PROPERTIES_PAGE_SIZE_VARIABLE" desc="Value for the page size of a PDF that lacks a uniform page size.">
Varies
</message>