Change label "Later" to "Ignore"

This commit is contained in:
iLLiCiTiT 2022-01-24 18:01:06 +01:00
parent f6fd68940b
commit cfd33342ae
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 = "Later"
ignore_label = "Ignore"
restart_label = "Restart && Change"
self.setWindowTitle(title)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.8 KiB

After

Width:  |  Height:  |  Size: 6.8 KiB

Before After
Before After