Typos: user-facing and trivial
Several typos and uniformity fixes. Note: *SCL/SimpleDataTypes.py is a upstream stepcode file whose fiz has been submitted upstream and accepted. *the header of Tools/generateBase/generateMetaModel_Module.xsd had redundant data. It has been removed. Please double check it.
This commit is contained in:
@@ -637,7 +637,7 @@ DEF_STD_CMD_A(CmdTechDrawClip);
|
||||
CmdTechDrawClip::CmdTechDrawClip()
|
||||
: Command("TechDraw_Clip")
|
||||
{
|
||||
// seting the
|
||||
// setting the
|
||||
sGroup = QT_TR_NOOP("TechDraw");
|
||||
sMenuText = QT_TR_NOOP("&Clip");
|
||||
sToolTipText = QT_TR_NOOP("Inserts a clip group in the active drawing");
|
||||
@@ -999,7 +999,7 @@ DEF_STD_CMD_A(CmdTechDrawSpreadsheet);
|
||||
CmdTechDrawSpreadsheet::CmdTechDrawSpreadsheet()
|
||||
: Command("TechDraw_Spreadsheet")
|
||||
{
|
||||
// seting the
|
||||
// setting the
|
||||
sGroup = QT_TR_NOOP("TechDraw");
|
||||
sMenuText = QT_TR_NOOP("Spreadsheet");
|
||||
sToolTipText = QT_TR_NOOP("Inserts a view of a selected spreadsheet into a drawing");
|
||||
|
||||
Reference in New Issue
Block a user