diff --git a/src/Mod/Path/PathScripts/PathUtils.py b/src/Mod/Path/PathScripts/PathUtils.py index c5d1a9a32d..206c00a3af 100644 --- a/src/Mod/Path/PathScripts/PathUtils.py +++ b/src/Mod/Path/PathScripts/PathUtils.py @@ -184,7 +184,7 @@ def isDrillable(obj, candidate, tooldiameter=None, includePartials=False): drillable = True PathLog.debug("candidate is drillable: {}".format(drillable)) except Exception as ex: - PathLog.warning("PathUtils", "Issue determine drillability: {}".format(ex)) + PathLog.warning(translate("PathUtils", "Issue determine drillability: {}").format(ex)) return drillable