[Bf-blender-cvs] [c3da1691aca] blender2.8: UI: Fix typo in hostname stamp tooltip

Pablo Vazquez noreply at git.blender.org
Fri Dec 7 20:43:14 CET 2018


Commit: c3da1691aca740850ad13b5c1fb2407f594585c9
Author: Pablo Vazquez
Date:   Fri Dec 7 20:40:24 2018 +0100
Branches: blender2.8
https://developer.blender.org/rBc3da1691aca740850ad13b5c1fb2407f594585c9

UI: Fix typo in hostname stamp tooltip

Also change the part "running Blender" for "that rendered the frame".

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

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

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

diff --git a/source/blender/makesrna/intern/rna_scene.c b/source/blender/makesrna/intern/rna_scene.c
index 4372f167c28..6c9d6b4d8e3 100644
--- a/source/blender/makesrna/intern/rna_scene.c
+++ b/source/blender/makesrna/intern/rna_scene.c
@@ -5191,7 +5191,7 @@ static void rna_def_scene_render_data(BlenderRNA *brna)
 
 	prop = RNA_def_property(srna, "use_stamp_hostname", PROP_BOOLEAN, PROP_NONE);
 	RNA_def_property_boolean_sdna(prop, NULL, "stamp", R_STAMP_HOSTNAME);
-	RNA_def_property_ui_text(prop, "Stamp Hostname", "Include the hostnamename of the machine running Blender");
+	RNA_def_property_ui_text(prop, "Stamp Hostname", "Include the hostname of the machine that rendered the frame");
 	RNA_def_property_update(prop, NC_SCENE | ND_RENDER_OPTIONS, NULL);
 
 	prop = RNA_def_property(srna, "stamp_font_size", PROP_INT, PROP_NONE);



More information about the Bf-blender-cvs mailing list