Skip to content
Snippets Groups Projects
Commit 7458f320 authored by Lange, Dr. Herbert's avatar Lange, Dr. Herbert
Browse files

update warning message

parent b8c2497d
No related branches found
No related tags found
No related merge requests found
......@@ -164,7 +164,7 @@ public class GUI {
checkButton.setEnabled(false);
JOptionPane.showMessageDialog(window,
"Corpus services file corpus-services.jar is missing. Before you can use this application"
+ " you have to update Corpus services using the button below.",
+ " you have to update Corpus services using the button in the main window.",
"Warning",
JOptionPane.WARNING_MESSAGE);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment