Cleaning code from unnecessary strings generated to Crowdin 4 (#10426)
Cleaning Crowdin of "garbage". Second approach. https://github.com/FreeCAD/FreeCAD-translations/issues/270
This commit is contained in:
@@ -74,7 +74,7 @@ class Ui_CompactView(object):
|
||||
# setupUi
|
||||
|
||||
def retranslateUi(self, CompactView):
|
||||
CompactView.setWindowTitle(QCoreApplication.translate("CompactView", "Form", None))
|
||||
# CompactView.setWindowTitle(QCoreApplication.translate("CompactView", "Form", None))
|
||||
self.labelIcon.setText(QCoreApplication.translate("CompactView", "Icon", None))
|
||||
self.labelPackageName.setText(
|
||||
QCoreApplication.translate("CompactView", "<b>Package Name</b>", None)
|
||||
|
||||
@@ -113,7 +113,7 @@ class Ui_ExpandedView(object):
|
||||
# setupUi
|
||||
|
||||
def retranslateUi(self, ExpandedView):
|
||||
ExpandedView.setWindowTitle(QCoreApplication.translate("ExpandedView", "Form", None))
|
||||
# ExpandedView.setWindowTitle(QCoreApplication.translate("ExpandedView", "Form", None))
|
||||
self.labelIcon.setText(QCoreApplication.translate("ExpandedView", "Icon", None))
|
||||
self.labelPackageName.setText(
|
||||
QCoreApplication.translate("ExpandedView", "<h1>Package Name</h1>", None)
|
||||
|
||||
Reference in New Issue
Block a user