Skip to content

Commit 92b1deb

Browse files
committed
Clarified ANA message.
Fixes #314
1 parent f2c90f1 commit 92b1deb

File tree

1 file changed

+3
-2
lines changed
  • src/main/java/com/github/celldynamics/quimp/plugin/ana

1 file changed

+3
-2
lines changed

src/main/java/com/github/celldynamics/quimp/plugin/ana/ANA_.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,9 +236,10 @@ protected void runFromQconf() throws QuimpException {
236236
if (apiCall == false && errorSink == MessageSinkTypes.GUI && qconfLoader.isANAPresent()) {
237237
YesNoCancelDialog ync;
238238
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.");
240241
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",
242243
MessageSinkTypes.MESSAGE, true);
243244
}
244245
}

0 commit comments

Comments
 (0)