diff --git a/_locales/de/messages.json b/_locales/de/messages.json index 79fa8c6..0e34470 100644 --- a/_locales/de/messages.json +++ b/_locales/de/messages.json @@ -1139,7 +1139,7 @@ "message": "Der weiße Zufallszahlengenerator soll nicht mit \"{blockMode}\" verwendet werden.", "description": "" }, - "sanitation_resolution.switchToNonPersistendRng": { + "sanitation_resolution.switchToNonPersistentRng": { "message": "wechsle zu \"nicht persistent\"", "description": "" }, @@ -1160,7 +1160,7 @@ "description": "" }, "sanitation_error.storeImage": { - "message": "Bilder für Betrachtung zu speichern hat einen hohen RAM Verbrauch.", + "message": "Bilder für Betrachtung zu speichern führt zu einem hohen RAM-Verbrauch.", "description": "" } } \ No newline at end of file diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 24696cf..426f209 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -1123,7 +1123,7 @@ "description": "" }, "sanitation_description": { - "message": "This page helps to find misconfigurations in the CanvasBlocker settings. It also gives advices for suboptimal settings. But it is not recommended to blindly correct all suggestions.", + "message": "This page helps to find misconfigurations in the CanvasBlocker settings. It also gives advice on suboptimal settings. But it is not recommended to blindly correct all suggestions.", "description": "" }, "sanitation_nothingToComplain": { @@ -1190,8 +1190,8 @@ "message": "Do not use white random number generator with \"{blockMode}\".", "description": "" }, - "sanitation_resolution.switchToNonPersistendRng": { - "message": "switch to \"non persistend\" rng", + "sanitation_resolution.switchToNonPersistentRng": { + "message": "switch to \"non persistent\" rng", "description": "" }, "sanitation_error.valueTooLow": { diff --git a/options/sanitationRules.js b/options/sanitationRules.js index 76d4932..2ebb627 100644 --- a/options/sanitationRules.js +++ b/options/sanitationRules.js @@ -159,7 +159,7 @@ .replace(/{blockMode}/g, blockModeName), severity: "low", resolutions: [switchMode, { - label: browser.i18n.getMessage("sanitation_resolution.switchToNonPersistendRng"), + label: browser.i18n.getMessage("sanitation_resolution.switchToNonPersistentRng"), callback: function(){ settings.rng = "nonPersistent"; }