Skip to content

Commit

Permalink
[components] Closes mozilla-mobile/android-components#11411: Cancel d…
Browse files Browse the repository at this point in the history
…ownloads prompt

X-Channel-Revision: [main] mozilla-mobile/android-components@96444dd
X-Channel-Revision: [main] mozilla-mobile/fenix@d039188
X-Channel-Revision: [main] mozilla-mobile/focus-android@a9a09b1
X-Channel-Converted-Revision: [main] mozilla-mobile/firefox-android@07ea3d8
  • Loading branch information
mike a authored and mergify[bot] committed Dec 20, 2021
1 parent 1778177 commit b22cbb6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mozilla-mobile/firefox-android/android-components",
"revs": {
"main": "ed60f2e5df656f4aaf2d08c7f39f57583eb01466"
"main": "07ea3d8a48b8697b47b8780c0e20f7670145b24b"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,13 @@
<string name="mozac_feature_downloads_unable_to_open_third_party_app">Unable to open %1$s</string>
<!-- Text for the info dialog when write to storage permissions have been denied but user tries to download a file. -->
<string name="mozac_feature_downloads_write_external_storage_permissions_needed_message">Files and media permission access needed to download files. Go to Android settings, tap permissions, and tap allow.</string>

<!-- Alert dialog confirmation before cancelling downloads, this is the title -->
<string name="cancel_active_downloads_warning_content_title">Cancel private downloads?</string>
<!-- Alert dialog confirmation before cancelling private downloads, this is the body. %1$s will be replaced with the name of the file. -->
<string name="cancel_active_private_downloads_warning_content_body">If you close all Private tabs now, %1$s download will be canceled. Are you sure you want to leave Private Browsing?</string>
<!-- Alert dialog confirmation before cancelling downloads, this is the positive action. -->
<string name="cancel_active_downloads_accept">Cancel downloads</string>
<!-- Alert dialog confirmation before cancelling downloads, this is the negative action. Leaves user in Private browsing -->
<string name="cancel_active_private_downloads_deny">Stay in private browsing</string>
</resources>

0 comments on commit b22cbb6

Please sign in to comment.