mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 13:52:15 +01:00
Tweak dialog wording to match #259
This commit is contained in:
parent
62fc3e2cdd
commit
5a413faf27
1 changed files with 3 additions and 4 deletions
|
|
@ -2699,10 +2699,9 @@ def prompt_reset_context():
|
|||
definitions = [
|
||||
UILabelDef(
|
||||
label=(
|
||||
"You are saving your scene into a different task."
|
||||
"You are saving your workfile into a different folder or task."
|
||||
"\n\n"
|
||||
"Would you like to reset some settings for the "
|
||||
"for the new context?\n"
|
||||
"Would you like to update some settings to the new context?\n"
|
||||
)
|
||||
),
|
||||
BoolDef(
|
||||
|
|
@ -2739,7 +2738,7 @@ def prompt_reset_context():
|
|||
]
|
||||
|
||||
dialog = AttributeDefinitionsDialog(definitions)
|
||||
dialog.setWindowTitle("Saving to different context. Reset options")
|
||||
dialog.setWindowTitle("Saving to different context.")
|
||||
dialog.setStyleSheet(load_stylesheet())
|
||||
if not dialog.exec_():
|
||||
return None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue