Adjust Startpage version info to new format
due to the changes from 9869a2c3d7
This commit is contained in:
committed by
wwmayer
parent
c9b5cc20ec
commit
8b85903dff
@@ -365,7 +365,7 @@ def handle():
|
||||
# get FreeCAD version
|
||||
|
||||
v = FreeCAD.Version()
|
||||
VERSIONSTRING = TranslationTexts.T_VERSION + " " + v[0] + "." + v[1] + " " + TranslationTexts.T_BUILD + " " + v[2]
|
||||
VERSIONSTRING = TranslationTexts.T_VERSION + " " + v[0] + "." + v[1] + "." + v[2] +" " + TranslationTexts.T_BUILD + " " + v[3]
|
||||
HTML = HTML.replace("VERSIONSTRING",VERSIONSTRING)
|
||||
|
||||
# translate texts
|
||||
|
||||
Reference in New Issue
Block a user