Tweak dialog wording to match #259

This commit is contained in:
Roy Nieterau 2024-03-27 00:14:02 +01:00
parent 62fc3e2cdd
commit 5a413faf27

View file

@ -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