diff options
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/select_elements.xml | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/templates/select_elements.xml b/templates/select_elements.xml index a51c5a56..8be3766e 100644 --- a/templates/select_elements.xml +++ b/templates/select_elements.xml @@ -90,16 +90,19 @@ <spacer /> <label appearance="header">Troubleshoot</label> <spacer /> - <label>If this isn't working for you, you may need to insert your path to a python executable manualy.</label> + <label>If it isn't working:</label> <spacer /> - <label>* Windows: Open the "Command Prompt" and type "where python". Copy the path and paste it here.</label> - <label>* Linux: Open the command line and type "which python3". Copy the path and paste it here.</label> - <label>* macOS: doesn't work, sorry</label> - <param name="python-path" type="string" gui-text="Python Path"></param> + <label>1. Hit the apply button multiple times. </label> + <label>2. If it still isn't working, you may need to insert your path to a python executable manualy.</label> + <label indent="1">* Windows: Open the "Command Prompt" and type "where python". Copy the path and paste it here.</label> + <label indent="1">* Linux: Open the command line and type "which python3". Copy the path and paste it here.</label> + <label indent="1">* macOS: doesn't work, sorry</label> + <spacer /> + <param indent="1" name="python-path" type="string" gui-text="Python Path"></param> </page> </param> - <effect> + <effect needs-live-preview="false"> <object-type>all</object-type> <icon>{{ icon_path }}inx/select_elements.svg</icon> <effects-menu> |
