fixed some obvious typos

This commit is contained in:
Johannes Reinhardt 2014-05-16 15:14:26 +02:00 committed by wmayer
parent 624537e5b6
commit 8edff98505
2 changed files with 3 additions and 3 deletions

View File

@ -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()

View File

@ -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>