Bug 1829691 - Copy Translation Exceptions code to new files r=gregtatum,settings-reviewers,Gijs

Copies the code for Translation exceptions in about:preferences
to new files to preserve the git-blame history so that they can be
modified in a subsequent patch

Differential Revision: https://phabricator.services.mozilla.com/D178228
This commit is contained in:
Erik Nordin
2023-05-22 17:43:10 +00:00
parent 317dd19170
commit 27401a49d5
7 changed files with 390 additions and 5 deletions

View File

@@ -1911,7 +1911,7 @@ var gMainPane = {
*/
showTranslationExceptions() {
gSubDialog.open(
"chrome://browser/content/preferences/dialogs/translation.xhtml"
"chrome://browser/content/preferences/dialogs/translationExceptions.xhtml"
);
},