[Bf-blender-cvs] [54651129306] xr-controller-support: Cleanup: RNA text

Peter Kim noreply at git.blender.org
Sat Jul 3 06:08:17 CEST 2021


Commit: 5465112930660ee702f8d9e9ae41555153a4cec6
Author: Peter Kim
Date:   Sat Jul 3 13:04:49 2021 +0900
Branches: xr-controller-support
https://developer.blender.org/rB5465112930660ee702f8d9e9ae41555153a4cec6

Cleanup: RNA text

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

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

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

diff --git a/source/blender/makesrna/intern/rna_xr.c b/source/blender/makesrna/intern/rna_xr.c
index f35c61680df..e3a0da7ffca 100644
--- a/source/blender/makesrna/intern/rna_xr.c
+++ b/source/blender/makesrna/intern/rna_xr.c
@@ -1704,7 +1704,7 @@ static void rna_def_xr_actionconfig(BlenderRNA *brna)
                                  "rna_XrActionMapItem_haptic_match_user_paths_get",
                                  "rna_XrActionMapItem_haptic_match_user_paths_set");
   RNA_def_property_ui_text(
-      prop, "Haptic Match User Paths", "Whether to apply haptics to the matching user paths");
+      prop, "Haptic Match User Paths", "Whether to apply haptics to matching user paths");
 
   prop = RNA_def_property(srna, "haptic_duration", PROP_FLOAT, PROP_NONE);
   RNA_def_property_range(prop, 0.0, FLT_MAX);



More information about the Bf-blender-cvs mailing list