[Bf-blender-cvs] [53414820649] master: Fix T87777: Fix typo in Prefs Scripts Dir tooltip

Pratik Borhade noreply at git.blender.org
Mon Apr 26 03:40:33 CEST 2021


Commit: 534148206492cd3463cf75a8a8983acb6166b2a6
Author: Pratik Borhade
Date:   Sun Apr 25 18:39:32 2021 -0700
Branches: master
https://developer.blender.org/rB534148206492cd3463cf75a8a8983acb6166b2a6

Fix T87777: Fix typo in Prefs Scripts Dir tooltip

Correction to Prefs tooltip mention of 'add-ons' folder in Scripts Dir.

Differential Revision: https://developer.blender.org/D11064

Reviewed by Harley Acheson

===================================================================

M	source/blender/makesrna/intern/rna_userdef.c

===================================================================

diff --git a/source/blender/makesrna/intern/rna_userdef.c b/source/blender/makesrna/intern/rna_userdef.c
index 26887b51f81..bacd3943141 100644
--- a/source/blender/makesrna/intern/rna_userdef.c
+++ b/source/blender/makesrna/intern/rna_userdef.c
@@ -6160,7 +6160,7 @@ static void rna_def_userdef_filepaths(BlenderRNA *brna)
       prop,
       "Python Scripts Directory",
       "Alternate script path, matching the default layout with subdirectories: "
-      "startup, add-ons and modules (requires restart)");
+      "startup, addons, modules, and presets (requires restart)");
   /* TODO, editing should reset sys.path! */
 
   prop = RNA_def_property(srna, "i18n_branches_directory", PROP_STRING, PROP_DIRPATH);



More information about the Bf-blender-cvs mailing list