File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -579,13 +579,13 @@ extension Preferences {
579579 lines. append ( " - Function Keyboard Layout: \( Preferences . functionKeyboardLayout) " )
580580 lines. append ( " - Candidate Keys: \( Preferences . candidateKeys) " )
581581 lines. append (
582- " - Selection Mode: \( Preferences . selectPhraseAfterCursorAsCandidate ? " After Cursor " : " Before Cusor " ) "
582+ " - Selection Mode: \( Preferences . selectPhraseAfterCursorAsCandidate ? " After Cursor " : " Before Cursor " ) "
583583 )
584584 lines. append (
585585 " - Move Cursor After Selecting Candidate: \( Preferences . moveCursorAfterSelectingCandidate ? " Enabled " : " Disabled " ) "
586586 )
587587 lines. append (
588- " - Canddidate Window: \( Preferences . useHorizontalCandidateList ? " Horizontal " : " Vertical " ) "
588+ " - Candidate Window: \( Preferences . useHorizontalCandidateList ? " Horizontal " : " Vertical " ) "
589589 )
590590 lines. append (
591591 " - Chinese Conversion: \( Preferences . chineseConversionEnabled ? " Enabled " : " Disabled " ) "
@@ -598,13 +598,13 @@ extension Preferences {
598598 " - Punctuations: \( Preferences . halfWidthPunctuationEnabled ? " Half-width " : " Full-width " ) "
599599 )
600600 lines. append (
601- " - Select Canidate With Numbric Keyboard: \( Preferences . selectCandidateWithNumericKeypad ? " Enabled " : " Disabled " ) "
601+ " - Select Candidate With Numeric Keyboard: \( Preferences . selectCandidateWithNumericKeypad ? " Enabled " : " Disabled " ) "
602602 )
603603 lines. append (
604604 " - Allow Ctrl + ` For Big5 Input: \( Preferences . big5InputEnabled ? " Enabled " : " Disabled " ) "
605605 )
606606 lines. append (
607- " - Phrase Repalcement : \( Preferences . phraseReplacementEnabled ? " Enabled " : " Disabled " ) "
607+ " - Phrase Replacement : \( Preferences . phraseReplacementEnabled ? " Enabled " : " Disabled " ) "
608608 )
609609 lines. append (
610610 " - Associated Phrases (McBopomofo): \( Preferences . associatedPhrasesEnabled ? " Enabled " : " Disabled " ) "
You can’t perform that action at this time.
0 commit comments