change label from "I know" to "Later"

This commit is contained in:
iLLiCiTiT 2022-01-24 17:50:14 +01:00
parent 83204dde61
commit f6fd68940b
2 changed files with 1 additions and 1 deletions

View file

@ -180,7 +180,7 @@ class VersionDialog(QtWidgets.QDialog):
"Running OpenPype version is <b>{}</b>."
" Your production uses version <b>{}</b>."
).format(str(current_version), str(expected_version))
ignore_label = "I know"
ignore_label = "Later"
restart_label = "Restart && Change"
self.setWindowTitle(title)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.6 KiB

After

Width:  |  Height:  |  Size: 6.8 KiB

Before After
Before After