|
|
@ -784,7 +784,7 @@ index 0f3e248..bc34d1d 100644
|
|
|
|
def distributionText():
|
|
|
|
def distributionText():
|
|
|
|
- return _("%(productName)s %(productVersion)s INSTALLATION") % \
|
|
|
|
- return _("%(productName)s %(productVersion)s INSTALLATION") % \
|
|
|
|
- {"productName": productName, "productVersion": productVersion}
|
|
|
|
- {"productName": productName, "productVersion": productVersion}
|
|
|
|
+if productBase == "MSVSphere" and productFlavor == "Server":
|
|
|
|
+ if productBase == "MSVSphere" and productFlavor == "Server":
|
|
|
|
+ distro_text = _("MSVSphere %(productVersion)s Server INSTALLATION")
|
|
|
|
+ distro_text = _("MSVSphere %(productVersion)s Server INSTALLATION")
|
|
|
|
+ elif productBase == "MSVSphere" and productFlavor == "ARM":
|
|
|
|
+ elif productBase == "MSVSphere" and productFlavor == "ARM":
|
|
|
|
+ distro_text = _("MSVSphere %(productVersion)s ARM INSTALLATION")
|
|
|
|
+ distro_text = _("MSVSphere %(productVersion)s ARM INSTALLATION")
|
|
|
|