[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [32634] trunk/blender/source/blender/ makesrna/intern/rna_userdef.c: Fix [#24348] Release confirm confusing

Nathan Letwory nathan at letworyinteractive.com
Thu Oct 21 13:19:15 CEST 2010


Revision: 32634
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=32634
Author:   jesterking
Date:     2010-10-21 13:19:15 +0200 (Thu, 21 Oct 2010)

Log Message:
-----------
Fix [#24348] Release confirm confusing
Reported by Dennis Dillert

A bit clearer wording.

Modified Paths:
--------------
    trunk/blender/source/blender/makesrna/intern/rna_userdef.c

Modified: trunk/blender/source/blender/makesrna/intern/rna_userdef.c
===================================================================
--- trunk/blender/source/blender/makesrna/intern/rna_userdef.c	2010-10-21 11:15:57 UTC (rev 32633)
+++ trunk/blender/source/blender/makesrna/intern/rna_userdef.c	2010-10-21 11:19:15 UTC (rev 32634)
@@ -2094,7 +2094,7 @@
 
 	prop= RNA_def_property(srna, "use_drag_immediately", PROP_BOOLEAN, PROP_NONE);
 	RNA_def_property_boolean_sdna(prop, NULL, "flag", USER_RELEASECONFIRM);
-	RNA_def_property_ui_text(prop, "Release confirm", "Moving things with a mouse drag confirms when releasing the button");
+	RNA_def_property_ui_text(prop, "Release confirms", "Moving things with a mouse drag confirms when releasing the button");
 	
 	/* Undo */
 	prop= RNA_def_property(srna, "undo_steps", PROP_INT, PROP_NONE);





More information about the Bf-blender-cvs mailing list