summaryrefslogtreecommitdiffstats
path: root/browser/locales/en-US/browser/screenshotsOverlay.ftl
diff options
context:
space:
mode:
Diffstat (limited to 'browser/locales/en-US/browser/screenshotsOverlay.ftl')
-rw-r--r--browser/locales/en-US/browser/screenshotsOverlay.ftl15
1 files changed, 0 insertions, 15 deletions
diff --git a/browser/locales/en-US/browser/screenshotsOverlay.ftl b/browser/locales/en-US/browser/screenshotsOverlay.ftl
deleted file mode 100644
index ab8d8740a1..0000000000
--- a/browser/locales/en-US/browser/screenshotsOverlay.ftl
+++ /dev/null
@@ -1,15 +0,0 @@
-# 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/.
-
-screenshots-overlay-cancel-button = Cancel
-screenshots-overlay-instructions = Drag or click on the page to select a region. Press ESC to cancel.
-screenshots-overlay-download-button = Download
-screenshots-overlay-copy-button = Copy
-
-# This string represents the selection size area
-# "x" here represents "by" (i.e 123 by 456)
-# Variables:
-# $width (Number) - The width of the selection region in pixels
-# $height (Number) - The height of the selection region in pixels
-screenshots-overlay-selection-region-size = { $width } x { $height }