Crowdin: fix case for 'partdesign'
ref: https://crowdin.com/translate/freecad/564/en-fr#6500374 also through in a random typo fix
This commit is contained in:
@@ -337,7 +337,7 @@ CmdPartDesignMigrate::CmdPartDesignMigrate()
|
||||
sAppModule = "PartDesign";
|
||||
sGroup = QT_TR_NOOP("PartDesign");
|
||||
sMenuText = QT_TR_NOOP("Migrate");
|
||||
sToolTipText = QT_TR_NOOP("Migrate document to the modern partdesign workflow");
|
||||
sToolTipText = QT_TR_NOOP("Migrate document to the modern PartDesign workflow");
|
||||
sWhatsThis = "PartDesign_Migrate";
|
||||
sStatusTip = sToolTipText;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user