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
43
43
limitations. Press Help above to get
44
44
started.` ;
45
45
46
- const WORD_NOT_FOUND_MESSAGE = "Word not found" ;
47
-
48
46
const DICTIONARY_LOADING_FAILED_FIXABLE_MESSAGE =
49
47
"Failed to load custom dictionary. This is mostly likely because the " +
50
48
"syntax has been updated and your custom dictionary still uses the old " +
51
49
"syntax. Please fix it. Apologies for the inconvenience." ;
52
50
const DICTIONARY_LOADING_FAILED_UNFIXABLE_MESSAGE =
53
51
"Failed to load custom dictionary. Please report this." ;
52
+ const WORD_NOT_FOUND_MESSAGE = "Error: Word not found." ;
54
53
const INVALID_WORD_ERROR =
55
54
"Error: Invalid word to add (You may remove this line)." ;
56
55
const DICTIONARY_ERROR_FIXABLE_MESSAGE =
You can’t perform that action at this time.
0 commit comments