From 378277206a96898045ad1195e9f551d1a770c4ef Mon Sep 17 00:00:00 2001 From: Abe Jellinek Date: Thu, 11 May 2023 20:14:30 +0300 Subject: [PATCH] Add Reset Zoom to EPUB/snapshot reader View menu --- chrome/content/zotero/reader.xhtml | 6 ++++++ chrome/content/zotero/zoteroPane.xhtml | 6 ++++++ chrome/locale/en-US/zotero/zotero.dtd | 1 + chrome/locale/en-US/zotero/zotero.properties | 1 + 4 files changed, 14 insertions(+) diff --git a/chrome/content/zotero/reader.xhtml b/chrome/content/zotero/reader.xhtml index 729417e76c..5d8105ca5a 100644 --- a/chrome/content/zotero/reader.xhtml +++ b/chrome/content/zotero/reader.xhtml @@ -211,6 +211,12 @@ label="&zotero.pdfReader.zoomOut;" oncommand="reader.zoomOut()" /> + + + diff --git a/chrome/locale/en-US/zotero/zotero.properties b/chrome/locale/en-US/zotero/zotero.properties index 597d03cf84..ce2a2862d6 100644 --- a/chrome/locale/en-US/zotero/zotero.properties +++ b/chrome/locale/en-US/zotero/zotero.properties @@ -1399,6 +1399,7 @@ pdfReader.pickColor = Pick a Color pdfReader.addToNote = Add to Note pdfReader.zoomIn = Zoom In pdfReader.zoomOut = Zoom Out +pdfReader.zoomReset = Reset Zoom pdfReader.zoomAuto = Automatically Resize pdfReader.zoomPageWidth = Zoom to Page Width pdfReader.zoomPageHeight = Zoom to Page Height