diff --git a/polyglot.js b/polyglot.js index 7c0d4df..8ee059e 100644 --- a/polyglot.js +++ b/polyglot.js @@ -926,7 +926,7 @@ const checkBoxes = [ {name: 'customNavMenu', label: 'Use custom navigation menu', choice: Boolean}, {type: 'section', label: 'CodeMirror Settings'}, {name: 'codeMirrorTabSize', label: 'CodeMirror tab size', choice: ["Default", "2", "4", "8"]}, - {name: 'codeMirrorIndentWithTabs', label: 'Indent with spaces instead of tabs', choice: ["Default", "Yes", "No"]}, + {name: 'codeMirrorIndentWithTabs', label: 'Indent with tabs instead of spaces', choice: ["Default", "Yes", "No"]}, {name: 'codeMirrorAutoCloseBrackets', label: 'Auto close brackets', choice: ["Default", "Yes", "No"]}, {name: 'codeMirrorSmartIndent', label: 'Automatically indent code', choice: ["Default", "Yes", "No"]}, ];