Skip to content

Commit

Permalink
Change Spelling Check to Spelling in menu
Browse files Browse the repository at this point in the history
  • Loading branch information
windymilla committed Aug 4, 2024
1 parent 051a1bf commit 0b78f0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/guiguts/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ def init_tools_menu(self) -> None:
menu_tools.add_button("Basic Fi~xup...", basic_fixup_check)
menu_tools.add_button("~Word Frequency...", word_frequency)
menu_tools.add_button(
"~Spelling Check...",
"~Spelling...",
lambda: spell_check(
self.file.project_dict, self.file.add_good_word_to_project_dictionary
),
Expand Down

0 comments on commit 0b78f0b

Please sign in to comment.