From bb4c760fddf8bdd09cb387ad5421ca026eff8378 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Fri, 18 Jan 2019 11:31:26 +0100 Subject: Preferences: assortment of minor layout tweaks. --- source/blender/makesrna/intern/rna_userdef.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/makesrna') diff --git a/source/blender/makesrna/intern/rna_userdef.c b/source/blender/makesrna/intern/rna_userdef.c index 82bc384a6eb..391c2c87d50 100644 --- a/source/blender/makesrna/intern/rna_userdef.c +++ b/source/blender/makesrna/intern/rna_userdef.c @@ -3838,7 +3838,7 @@ static void rna_def_userdef_view(BlenderRNA *brna) prop = RNA_def_property(srna, "use_quit_dialog", PROP_BOOLEAN, PROP_NONE); RNA_def_property_boolean_sdna(prop, NULL, "uiflag", USER_QUIT_PROMPT); RNA_def_property_ui_text(prop, "Prompt Quit", - "Ask for confirmation when quitting through the window close button"); + "Ask for confirmation when quitting with unsaved changes"); /* Toolbox click-hold delay */ prop = RNA_def_property(srna, "open_left_mouse_delay", PROP_INT, PROP_NONE); -- cgit v1.2.3