diff --git a/src/Mod/Plot/Plot.py b/src/Mod/Plot/Plot.py index 9d2db64e6f..78e117439c 100644 --- a/src/Mod/Plot/Plot.py +++ b/src/Mod/Plot/Plot.py @@ -37,7 +37,7 @@ try: from matplotlib.figure import Figure except ImportError: - FreeCAD.Console.PrintWarning('matplotlib not found, so Plot module can not be loaded\n') + FreeCAD.Console.PrintWarning("The 'matplotlib' Python package was not found. Plot module cannot be loaded\n") raise ImportError("matplotlib not installed")