File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -43,14 +43,13 @@ custom dictionary comes with
4343limitations. Press Help above to get
4444started.` ;
4545
46- const WORD_NOT_FOUND_MESSAGE = "Word not found" ;
47-
4846const DICTIONARY_LOADING_FAILED_FIXABLE_MESSAGE =
4947 "Failed to load custom dictionary. This is mostly likely because the " +
5048 "syntax has been updated and your custom dictionary still uses the old " +
5149 "syntax. Please fix it. Apologies for the inconvenience." ;
5250const DICTIONARY_LOADING_FAILED_UNFIXABLE_MESSAGE =
5351 "Failed to load custom dictionary. Please report this." ;
52+ const WORD_NOT_FOUND_MESSAGE = "Error: Word not found." ;
5453const INVALID_WORD_ERROR =
5554 "Error: Invalid word to add (You may remove this line)." ;
5655const DICTIONARY_ERROR_FIXABLE_MESSAGE =
You can’t perform that action at this time.
0 commit comments