Skip to content

Commit 920ae0a

Browse files
authored
DYN-9806: Python migrator disabled tooltip corrected (DynamoDS#16731)
1 parent da9c37c commit 920ae0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Libraries/PythonNodeModelsWpf/ScriptEditorWindow.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ private void UpdateMigrationAssistantButtonEnabled()
332332
PythonEngineManager.PythonNet3EngineName)
333333
: String.Format(
334334
PythonNodeModels.Properties.Resources.PythonScriptEditorMigrationAssistantButtonDisabledTooltip,
335-
PythonEngineManager.CPython3EngineName);
335+
PythonEngineManager.PythonNet3EngineName);
336336
tooltip.Content = message;
337337
}
338338

0 commit comments

Comments
 (0)