From 88c4240e3b06a64d6c021cb5f9756a66d3e71e2b Mon Sep 17 00:00:00 2001 From: Ian Paschal Date: Thu, 9 Aug 2018 15:21:38 +0200 Subject: [PATCH] Remove back-ups traces Contributes to CURA-5595 --- cura/API/SidebarContextMenu.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cura/API/SidebarContextMenu.py b/cura/API/SidebarContextMenu.py index fdd2d3ed88..f47b3a062a 100644 --- a/cura/API/SidebarContextMenu.py +++ b/cura/API/SidebarContextMenu.py @@ -3,7 +3,7 @@ from cura.CuraApplication import CuraApplication -## The back-ups API provides a version-proof bridge between Cura's +## The sidebar context menu API provides a version-proof bridge between Cura's # Sidebar Context Menu and plug-ins that hook into it. # # Usage: