Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

Commit

Permalink
Fixed spellchecker name typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkanovikov committed Apr 22, 2020
1 parent 4cf8387 commit f17aef1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -796,7 +796,7 @@ void SettingsView::initData()
m_ui->spellCheckingLanguage->addItem(tr("French"), SpellChecker::French);
m_ui->spellCheckingLanguage->addItem(tr("German"), SpellChecker::German);
m_ui->spellCheckingLanguage->addItem(tr("Greek"), SpellChecker::Greek);
m_ui->spellCheckingLanguage->addItem(tr("Greek (Polithonic)"), SpellChecker::GreekPolytonic);
m_ui->spellCheckingLanguage->addItem(tr("Greek (Polythonic)"), SpellChecker::GreekPolytonic);
m_ui->spellCheckingLanguage->addItem(tr("Hebrew"), SpellChecker::Hebrew);
m_ui->spellCheckingLanguage->addItem(tr("Hungarian"), SpellChecker::Hungarian);
m_ui->spellCheckingLanguage->addItem(tr("Italian"), SpellChecker::Italian);
Expand Down

0 comments on commit f17aef1

Please sign in to comment.