Skip to content

Commit

Permalink
Fixed warning to say Groovy script instead of JavaScript
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw committed Dec 8, 2011
1 parent 3050341 commit aedf474
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -215,10 +215,10 @@ public void run() {
MessageDialog.openWarning(
PlatformUI.getWorkbench()
.getActiveWorkbenchWindow().getShell(),
"Restart recommended after cancelling JavaScripts",
"The cancelling of the running JavaScript script may have " +
"Restart recommended after cancelling Groovy script",
"The cancelling of the running Groovy script may have " +
"left your data in an inconsistent state, depending upon " +
"what the JavaScript execution was working on. " +
"what the Groovy script execution was working on. " +
"You are recommended to restart Bioclipse." );
}
} );
Expand Down

0 comments on commit aedf474

Please sign in to comment.