File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
src/main/java/org/scijava/plugins/scripting/python Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -307,12 +307,13 @@ public void save() {
307307 else {
308308 writeEnvironmentYaml ();
309309 }
310- // Warn the user if pythonMode was just enabled and wasn't before
310+ // Warn the user if pythonMode was just enabled and wasn't before.
311311 if (!initialPythonMode && pythonMode && uiService != null ) {
312312 String msg =
313- "You have just enabled Python mode. Please restart for these changes to take effect! (after your python environment initializes, if needed)\n \n " +
314- "If Fiji fails to start, try deleting your configuration file and restarting.\n \n Configuration file: " +
315- configFile ;
313+ "You have just enabled Python mode. Please restart for these changes to take effect\n " +
314+ "(once your Python environment has finished initializing).\n \n " +
315+ "If Fiji fails to start, try deleting your configuration file and restarting.\n \n " +
316+ "Configuration file: " + configFile ;
316317 uiService .showDialog (msg , "Python Mode Enabled" ,
317318 DialogPrompt .MessageType .WARNING_MESSAGE );
318319 }
You can’t perform that action at this time.
0 commit comments