Skip to content

Commit fe45e3b

Browse files
authored
update python message from install to download
1 parent f1ed346 commit fe45e3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Flow.Launcher.Core/Plugin/PluginsLoader.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ public static IEnumerable<PluginPair> PythonPlugins(List<PluginMetadata> source,
120120

121121
var pythonPath = string.Empty;
122122

123-
if (MessageBox.Show("Flow detected you have installed Python plugins, " +
124-
"would you like to install Python to run them? " +
123+
if (MessageBox.Show("Flow detected you have installed Python plugins, which " +
124+
"will need Python to run. Would you like to download Python? " +
125125
Environment.NewLine + Environment.NewLine +
126126
"Click no if it's already installed, " +
127127
"and you will be prompted to select the folder that contains the Python executable",

0 commit comments

Comments
 (0)