File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
src/main/java/com/github/celldynamics/quimp/plugin/ana Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -236,9 +236,10 @@ protected void runFromQconf() throws QuimpException {
236
236
if (apiCall == false && errorSink == MessageSinkTypes .GUI && qconfLoader .isANAPresent ()) {
237
237
YesNoCancelDialog ync ;
238
238
ync = new YesNoCancelDialog (IJ .getInstance (), "Overwrite" ,
239
- "You are about to override previous ANA results. Is it ok?" );
239
+ "You are about to override previous ANA results. Is it ok? "
240
+ + "If you are adding new channel to the existing analysis answer Yes." );
240
241
if (!ync .yesPressed ()) { // if no or cancel
241
- throw new QuimpPluginException ("Cancelled - no changes made in input file" ,
242
+ throw new QuimpPluginException ("Cancelled - no changes made to the input file" ,
242
243
MessageSinkTypes .MESSAGE , true );
243
244
}
244
245
}
You can’t perform that action at this time.
0 commit comments