Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
1over137 committed Nov 24, 2023
1 parent 1aaff73 commit ceb699f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion recipe/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ markdown
markdownify
readmdict
packaging
loguru>=0.6,<0.7
loguru==0.6.0
typing_extensions
4 changes: 2 additions & 2 deletions vocabsieve/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ def setupWidgets(self):
self.nuke_button.clicked.connect(self.nuke_profile)


self.tab_s_layout.addWidget(QLabel("<h3>Dictionary ources</h3>"), 0, 0, 1, 2)
self.tab_s_layout.addWidget(QLabel("<h3>Dictionary sources</h3>"), 0, 0, 1, 2)
self.tab_s_layout.addWidget(QLabel("Dictionary Group 1"), 1, 0, 1 ,1)
self.tab_s_layout.addWidget(QLabel("Available dictionaries"), 1, 1, 1, 1)
self.tab_s_layout.addWidget(self.sg1_widget, 2, 0, 1, 1)
Expand All @@ -541,7 +541,7 @@ def setupWidgets(self):
self.tab_s_layout.addWidget(self.all_sources_widget, 2, 1, 3, 1)

self.tab_s_layout.addWidget(QLabel("<h3>Pronunciation sources</h3>"), 5, 0, 1, 2)
self.tab_s_layout.addWidget(QLabel("Lemmatization policy"), 6, 0, 1, 1)
self.tab_s_layout.addWidget(QLabel("Lemmatization policy for pronunciation"), 6, 0, 1, 1)
self.tab_s_layout.addWidget(self.audio_lemma_policy, 6, 1, 1, 1)
self.tab_s_layout.addWidget(QLabel("Enabled pronunciation sources"), 7, 0, 1, 1)
self.tab_s_layout.addWidget(QLabel("Available pronunciation sources"), 7, 1, 1, 1)
Expand Down

0 comments on commit ceb699f

Please sign in to comment.