Skip to content

Commit fc4345a

Browse files
committed
update error messages
1 parent bfc0a1d commit fc4345a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,13 @@ custom dictionary comes with
4343
limitations. Press Help above to get
4444
started.`;
4545

46-
const WORD_NOT_FOUND_MESSAGE = "Word not found";
47-
4846
const 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.";
5250
const DICTIONARY_LOADING_FAILED_UNFIXABLE_MESSAGE =
5351
"Failed to load custom dictionary. Please report this.";
52+
const WORD_NOT_FOUND_MESSAGE = "Error: Word not found.";
5453
const INVALID_WORD_ERROR =
5554
"Error: Invalid word to add (You may remove this line).";
5655
const DICTIONARY_ERROR_FIXABLE_MESSAGE =

0 commit comments

Comments
 (0)