From 3513d6ed040ecb0d4ba377a4a3451e01d8e9b574 Mon Sep 17 00:00:00 2001 From: "Ryan P. C. McQuen" Date: Fri, 28 Sep 2018 20:15:35 -0700 Subject: [PATCH] Typo fix: additionnal => additional --- customize.dist/translations/messages.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customize.dist/translations/messages.js b/customize.dist/translations/messages.js index 0a6ec0e5c..24e8d817d 100644 --- a/customize.dist/translations/messages.js +++ b/customize.dist/translations/messages.js @@ -624,7 +624,7 @@ define(function () { out.settings_padWidthLabel = "Reduce the editor's width"; out.settings_creationSkip = "Skip the pad creation screen"; - out.settings_creationSkipHint = "The pad creation screen offers new options to create a pad, providing you more control and security over your data. However, it may slow down your workflow by adding one additionnal step so, here, you have the option to skip this screen and use the default settings selected above."; + out.settings_creationSkipHint = "The pad creation screen offers new options to create a pad, providing you more control and security over your data. However, it may slow down your workflow by adding one additional step so, here, you have the option to skip this screen and use the default settings selected above."; out.settings_creationSkipTrue = "Skip"; out.settings_creationSkipFalse = "Display";