Fix source string mistakes reported on Crowdin (#23157)
* Fix source string mistakes reported on Crowdin * Update src/Mod/Draft/Resources/ui/TaskPanel_CircularArray.ui Co-authored-by: Roy-043 <70520633+Roy-043@users.noreply.github.com> * Update src/Mod/Draft/Resources/ui/TaskPanel_CircularArray.ui Co-authored-by: Roy-043 <70520633+Roy-043@users.noreply.github.com> * Update src/Mod/Draft/draftfunctions/upgrade.py Co-authored-by: Roy-043 <70520633+Roy-043@users.noreply.github.com> * Update src/Mod/Draft/draftfunctions/upgrade.py Co-authored-by: Roy-043 <70520633+Roy-043@users.noreply.github.com> * Update src/Mod/Draft/draftguitools/gui_downgrade.py Co-authored-by: Roy-043 <70520633+Roy-043@users.noreply.github.com> * Update src/Mod/Draft/Resources/ui/TaskPanel_SetStyle.ui Co-authored-by: Roy-043 <70520633+Roy-043@users.noreply.github.com> --------- Co-authored-by: Roy-043 <70520633+Roy-043@users.noreply.github.com>
This commit is contained in:
@@ -70,11 +70,11 @@ MD_RENDERED_URL = "https://github.com/FreeCAD/FreeCAD-documentation/blob/main/wi
|
||||
MD_TRANSLATIONS_FOLDER = "translations"
|
||||
ERRORTXT = translate(
|
||||
"Help",
|
||||
"Contents for this page could not be retrieved. Please check settings under menu Edit -> Preferences -> General -> Help",
|
||||
"Contents for this page could not be retrieved. Please check settings under menu Edit → Preferences → General → Help",
|
||||
)
|
||||
LOCTXT = translate(
|
||||
"Help",
|
||||
"Help files location could not be determined. Please check settings under menu Edit -> Preferences -> General -> Help",
|
||||
"Help files location could not be determined. Please check settings under menu Edit → Preferences → General → Help",
|
||||
)
|
||||
LOGTXT = translate(
|
||||
"Help",
|
||||
|
||||
Reference in New Issue
Block a user