mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Merge pull request #647 from Flow-Launcher/update_python_msg
update python message from install to download
This commit is contained in:
commit
f9cb33138e
1 changed files with 2 additions and 2 deletions
|
|
@ -120,8 +120,8 @@ namespace Flow.Launcher.Core.Plugin
|
|||
|
||||
var pythonPath = string.Empty;
|
||||
|
||||
if (MessageBox.Show("Flow detected you have installed Python plugins, " +
|
||||
"would you like to install Python to run them? " +
|
||||
if (MessageBox.Show("Flow detected you have installed Python plugins, which " +
|
||||
"will need Python to run. Would you like to download Python? " +
|
||||
Environment.NewLine + Environment.NewLine +
|
||||
"Click no if it's already installed, " +
|
||||
"and you will be prompted to select the folder that contains the Python executable",
|
||||
|
|
|
|||
Loading…
Reference in a new issue