Crowdin: Path/PathScripts/PathOp.py capitalize string

This commit is contained in:
luz.paz
2019-01-19 06:35:48 -05:00
committed by sliptonic
parent b7fbd7aeff
commit cb768d4087

View File

@@ -158,7 +158,7 @@ class ObjectOp(object):
if FeatureStartPoint & features:
obj.addProperty("App::PropertyVectorDistance", "StartPoint", "Start Point", QtCore.QT_TRANSLATE_NOOP("PathOp", "The start point of this path"))
obj.addProperty("App::PropertyBool", "UseStartPoint", "Start Point", QtCore.QT_TRANSLATE_NOOP("PathOp", "make True, if specifying a Start Point"))
obj.addProperty("App::PropertyBool", "UseStartPoint", "Start Point", QtCore.QT_TRANSLATE_NOOP("PathOp", "Make True, if specifying a Start Point"))
self.initOperation(obj)