Renamed 'Surface' to '3D Surface' for consistency.

This commit is contained in:
Markus Lampert
2017-09-25 11:49:23 -07:00
parent b1c8885463
commit fbc2401fa8

View File

@@ -64,8 +64,8 @@ Command = PathOpGui.SetupOperation('Surface',
PathSurface.Create,
TaskPanelOpPage,
'Path-3DSurface',
QtCore.QT_TRANSLATE_NOOP("Surface", "Surface"),
QtCore.QT_TRANSLATE_NOOP("Surface", "Create a Surface Operation from a model"))
QtCore.QT_TRANSLATE_NOOP("Surface", "3D Surface"),
QtCore.QT_TRANSLATE_NOOP("Surface", "Create a 3D Surface Operation from a model"))
FreeCAD.Console.PrintLog("Loading PathSurfaceGui... done\n")