Bug 1601404 - Change View>Zoom>Reset in menu bar to "Actual Size" to be consistent with other browsers r=Gijs,fluent-reviewers
Differential Revision:
https://phabricator.services.mozilla.com/D56278
X-Channel-Repo: mozilla-central
X-Channel-Converted-Revision:
9ab1ac74d4a4051406b5b4c4af96db3d7247c1f7
X-Channel-Repo: releases/mozilla-beta
X-Channel-Revision: dba4410526a29810a5ad1ef2a1f3adb8d602ea25
X-Channel-Repo: releases/mozilla-release
X-Channel-Revision: c49da39eaf2966633dcec6d5476989e687e2ba32
X-Channel-Repo: releases/mozilla-esr68
X-Channel-Revision: 78764fc644ded50f7e681596608aa754ed90b0cc
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<!-- extracted from EdReplace.xul -->
<!ENTITY replaceDialog.title "Find and Replace">
<!ENTITY findField.label "Find text:">
<!ENTITY findField.accesskey "n">
<!ENTITY replaceField.label "Replace with:">
<!ENTITY replaceField.accesskey "e">
<!ENTITY caseSensitiveCheckbox.label "Match exact case">
<!ENTITY caseSensitiveCheckbox.accesskey "M">
<!ENTITY wrapCheckbox.label "Wrap around">
<!ENTITY wrapCheckbox.accesskey "W">
<!ENTITY backwardsCheckbox.label "Search backwards">
<!ENTITY backwardsCheckbox.accesskey "b">
<!ENTITY findNextButton.label "Find Next">
<!ENTITY findNextButton.accesskey "F">
<!ENTITY replaceButton.label "Replace">
<!ENTITY replaceButton.accesskey "R">
<!ENTITY replaceAndFindButton.label "Replace and Find">
<!ENTITY replaceAndFindButton.accesskey "d">
<!ENTITY replaceAllButton.label "Replace All">
<!ENTITY replaceAllButton.accesskey "A">
<!ENTITY closeButton.label "Close">
<!ENTITY closeButton.accesskey "C">