Changed pype labels

This commit is contained in:
iLLiCiTiT 2021-04-01 19:23:15 +02:00
parent 4e54190ab8
commit 44280949c8
4 changed files with 9 additions and 8 deletions

View file

@ -50,7 +50,8 @@ class OpenPypeMongoWidget(QtWidgets.QWidget):
title = "OpenPype mongo changed"
message = (
"OpenPype mongo url was successfully changed. Restart Pype please."
"OpenPype mongo url was successfully changed."
" Restart OpenPype application please."
)
details = None

View file

@ -56,7 +56,7 @@ class LocalSettingsWidget(QtWidgets.QWidget):
self.main_layout.addWidget(SpacerWidget(self), 1)
def _create_pype_mongo_ui(self):
pype_mongo_expand_widget = ExpandingWidget("Pype Mongo URL", self)
pype_mongo_expand_widget = ExpandingWidget("OpenPype Mongo URL", self)
pype_mongo_content = QtWidgets.QWidget(self)
pype_mongo_layout = QtWidgets.QVBoxLayout(pype_mongo_content)
pype_mongo_layout.setContentsMargins(CHILD_OFFSET, 5, 0, 0)