Translations for spellcheck

This commit is contained in:
yflory
2019-01-03 18:47:27 +01:00
parent cef9733262
commit 7658fb90a2
2 changed files with 5 additions and 2 deletions

View File

@@ -653,8 +653,8 @@ define(function () {
out.settings_padWidth = "Editor's maximum width";
out.settings_padWidthHint = "Rich text pads use by default the maximum available width on your screen and it can be difficult to read. You can reduce the editor's width here.";
out.settings_padWidthLabel = "Reduce the editor's width";
out.settings_padSpellcheckTitle = "Enable spellcheck";
out.settings_padSpellcheckHint = "This option allows you to enable spellcheck in rich text pad. Spelling errors will be underline in red and you'll have to use Ctrl (or Meta) + right-click to see the correct options.";
out.settings_padSpellcheckTitle = "Spellcheck";
out.settings_padSpellcheckHint = "This option allows you to enable spellcheck in rich text pads. Spelling errors will be underlined in red and you'll have to hold your Ctrl or Meta key while right-clicking to see the correct options.";
out.settings_padSpellcheckLabel = "Enable spellcheck in rich text pads";
out.settings_creationSkip = "Skip the pad creation screen";