[Bf-committers] [Bf-blender-cvs] SVN commit: /data/svn/bf-blender [40694] trunk/blender/source/blender/ makesrna/intern/rna_particle.c: Minor: Other UI strings typos and tweaks.

Bastien Montagne montagne29 at wanadoo.fr
Thu Sep 29 20:06:36 CEST 2011


Hi Dalai,

As we do not want a final ., I tend to think it’s rather stupid to have internal
ones… So I try to replace them in messages, mainly using , and (). But
sometimes (something like ten cases in the whole Blender, I’d say), there
are some very long tooltips, where using ; is a side way of creating
“sentences” that aren’t sentences! :P

But again, these are exceptions, using , and () is the rule!

And yes, a commit for only one message fix is completely overkill! But it
was reported on IRC, and I didn’t want to make others at this time…
Won’t do it again! :P

Regards,
Bastien

On Thu, Sep 29, 2011 at 18:33:48 CEST, Dalai Felinto
<dfelinto at gmail.com>  wrote:

> Hi Bassen,
>
> Are we using ; anywhere else? I would honestly prefer () or . (personal
> preference, I'm not native speaker or maintainer of UI...)
> Also, a commit with small typos in one file isn't a bit overkill?
>
> Cheers,
> Dalai
>
> 2011/9/29 Bastien Montagne<montagne29 at wanadoo.fr>
>
>> Revision: 40694
>>
>> http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=40694
>> Author:   mont29
>> Date:     2011-09-29 15:58:15 +0000 (Thu, 29 Sep 2011)
>> Log Message:
>> -----------
>> Minor: Other UI strings typos and tweaks.
>>
>> Modified Paths:
>> --------------
>>     trunk/blender/source/blender/makesrna/intern/rna_particle.c
>>
>> Modified: trunk/blender/source/blender/makesrna/intern/rna_particle.c
>> ===================================================================
>> --- trunk/blender/source/blender/makesrna/intern/rna_particle.c 2011-09-29
>> 15:28:22 UTC (rev 40693)
>> +++ trunk/blender/source/blender/makesrna/intern/rna_particle.c 2011-09-29
>> 15:58:15 UTC (rev 40694)
>> @@ -2068,7 +2068,7 @@
>>         prop= RNA_def_property(srna, "courant_target", PROP_FLOAT,
>> PROP_NONE);
>>         RNA_def_property_range(prop, 0.01, 10);
>>         RNA_def_property_float_default(prop, 0.2);
>> -       RNA_def_property_ui_text(prop, "Adaptive Subframe Threshold", "The
>> relative distance a particle can move before requiring more subframes
>> (target Courant number). 0.1-0.3 is the recommended range");
>> +       RNA_def_property_ui_text(prop, "Adaptive Subframe Threshold", "The
>> relative distance a particle can move before requiring more subframes
>> (target Courant number); 0.1-0.3 is the recommended range");
>>         RNA_def_property_update(prop, 0, "rna_Particle_reset");
>>
>>         prop= RNA_def_property(srna, "jitter_factor", PROP_FLOAT,
>> PROP_NONE);
>>
>> _______________________________________________
>> Bf-blender-cvs mailing list
>> Bf-blender-cvs at blender.org
>> http://lists.blender.org/mailman/listinfo/bf-blender-cvs
>>


More information about the Bf-committers mailing list