From b2042f36c6f87321519357daeb9626c28f5fb0ce Mon Sep 17 00:00:00 2001 From: Chris Hennes Date: Thu, 7 Sep 2023 13:05:45 -0500 Subject: [PATCH] Tools: Fix Start translation TS file name --- src/Tools/updatets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Tools/updatets.py b/src/Tools/updatets.py index 9adcf991f5..0aa18108d1 100755 --- a/src/Tools/updatets.py +++ b/src/Tools/updatets.py @@ -148,7 +148,7 @@ directories = [ "tsdir": "Gui/Resources/translations", }, { - "tsname": "Start", + "tsname": "StartPage", "workingdir": "./src/Mod/Start/", "tsdir": "Gui/Resources/translations", },