We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfc0a1d commit fc4345aCopy full SHA for fc4345a
src/main.ts
@@ -43,14 +43,13 @@ custom dictionary comes with
43
limitations. Press Help above to get
44
started.`;
45
46
-const WORD_NOT_FOUND_MESSAGE = "Word not found";
47
-
48
const DICTIONARY_LOADING_FAILED_FIXABLE_MESSAGE =
49
"Failed to load custom dictionary. This is mostly likely because the " +
50
"syntax has been updated and your custom dictionary still uses the old " +
51
"syntax. Please fix it. Apologies for the inconvenience.";
52
const DICTIONARY_LOADING_FAILED_UNFIXABLE_MESSAGE =
53
"Failed to load custom dictionary. Please report this.";
+const WORD_NOT_FOUND_MESSAGE = "Error: Word not found.";
54
const INVALID_WORD_ERROR =
55
"Error: Invalid word to add (You may remove this line).";
56
const DICTIONARY_ERROR_FIXABLE_MESSAGE =
0 commit comments