fixed some obvious typos
This commit is contained in:
parent
624537e5b6
commit
8edff98505
|
@ -4152,7 +4152,7 @@ class ToggleGrid():
|
|||
return {'Pixmap' : 'Snap_Grid',
|
||||
'Accel' : "G,R",
|
||||
'MenuText': QtCore.QT_TRANSLATE_NOOP("Draft_ToggleGrid", "Toggle Grid"),
|
||||
'ToolTip' : QtCore.QT_TRANSLATE_NOOP("Draft_ToggleGrid", "Toggles the Draft gid on/off")}
|
||||
'ToolTip' : QtCore.QT_TRANSLATE_NOOP("Draft_ToggleGrid", "Toggles the Draft grid on/off")}
|
||||
|
||||
def Activated(self):
|
||||
if hasattr(FreeCADGui,"Snapper"):
|
||||
|
@ -4172,7 +4172,7 @@ class Heal():
|
|||
def GetResources(self):
|
||||
return {'Pixmap' : 'Draft_Heal',
|
||||
'MenuText': QtCore.QT_TRANSLATE_NOOP("Draft_Heal", "Heal"),
|
||||
'ToolTip' : QtCore.QT_TRANSLATE_NOOP("Draft_Heal", "Heal faultly Draft objects saved from an earlier FreeCAD version")}
|
||||
'ToolTip' : QtCore.QT_TRANSLATE_NOOP("Draft_Heal", "Heal faulty Draft objects saved from an earlier FreeCAD version")}
|
||||
|
||||
def Activated(self):
|
||||
s = FreeCADGui.Selection.getSelection()
|
||||
|
|
|
@ -116,7 +116,7 @@
|
|||
<item>
|
||||
<widget class="Gui::PrefRadioButton" name="radioButton">
|
||||
<property name="toolTip">
|
||||
<string>If thi sis checked, only standard Part objects will be created (fastest)</string>
|
||||
<string>If this is checked, only standard Part objects will be created (fastest)</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>simple Part shapes</string>
|
||||
|
|
Loading…
Reference in New Issue
Block a user