[MM-52139] Force user to reset default downloads directory when the app is not allowed to access it (#2699)

* [MM-52139] Force user to reset default downloads directory when the app is not allowed to access it

* Fix a bug where a different download location choice would cause a problem

* Missed i18n
This commit is contained in:
Devin Binnie
2023-05-02 14:37:14 -04:00
committed by GitHub
parent 09fe196bc6
commit f3a4417464
4 changed files with 50 additions and 19 deletions

View File

@@ -43,6 +43,8 @@
"main.CriticalErrorHandler.uncaughtException.button.showDetails": "Show Details",
"main.CriticalErrorHandler.uncaughtException.dialog.message": "The {appName} app quit unexpectedly. Click \"{showDetails}\" to learn more or \"{reopen}\" to open the application again.\n\nInternal error: {err}",
"main.CriticalErrorHandler.unresponsive.dialog.message": "The window is no longer responsive.\nDo you want to wait until the window becomes responsive again?",
"main.downloadsManager.resetDownloadsFolder": "Please reset the folder where files will download",
"main.downloadsManager.specifyDownloadsFolder": "Specify the folder where files will download",
"main.menus.app.edit": "&Edit",
"main.menus.app.edit.copy": "Copy",
"main.menus.app.edit.cut": "Cut",