Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Commit

Permalink
Update the download-only notice to mention ESR and upload-disabled prefs
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredhirsch committed Jan 24, 2018
1 parent f99e449 commit 90fbe9a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 2 additions & 0 deletions addon/webextension/selector/ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ this.ui = (function() { // eslint-disable-line no-unused-vars
<ul>
<li data-l10n-id="downloadOnlyDetailsPrivate"></li>
<li data-l10n-id="downloadOnlyDetailsNeverRemember"></li>
<li data-l10n-id="downloadOnlyDetailsESR"></li>
<li data-l10n-id="downloadOnlyDetailsNoUploadPref"></li>
</ul>
</div>
<tbody>
Expand Down
7 changes: 5 additions & 2 deletions locales/en-US/webextension.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,15 @@ cancelScreenshot = Cancel
downloadScreenshot = Download
downloadOnlyNotice = You are currently in Download-Only mode.
# The downloadOnlyDetails string introduces a list of items. The keys
# downloadOnlyDetailsPrivate, downloadOnlyDetailsThirdParty, and
# downloadOnlyDetailsNeverRemember are list items in that list.
# downloadOnlyDetailsPrivate, downloadOnlyDetailsThirdParty,
# downloadOnlyDetailsNeverRemember, downloadOnlyDetailsESR, and
# downloadOnlyDetailsNoUploadPref are list items in that list.
downloadOnlyDetails = Firefox Screenshots automatically changes to Download-Only mode in these situations:
downloadOnlyDetailsPrivate = In a Private Browsing window.
downloadOnlyDetailsThirdParty = Third-party cookies are disabled.
downloadOnlyDetailsNeverRemember = “Never remember history” is enabled.
downloadOnlyDetailsESR = You are using Firefox ESR.
downloadOnlyDetailsNoUploadPref = Uploads have been disabled.
notificationLinkCopiedTitle = Link Copied
# The string "{meta_key}-V" should be translated to the region-specific
# shorthand for the Paste keyboard shortcut. {meta_key} is a placeholder for the
Expand Down

0 comments on commit 90fbe9a

Please sign in to comment.