UI: Fix typo in hostname stamp tooltip

Also change the part "running Blender" for "that rendered the frame".
This commit is contained in:
Pablo Vazquez 2018-12-07 20:40:24 +01:00
parent a8e459e452
commit c3da1691ac
Notes: blender-bot 2023-02-14 06:49:57 +01:00
Referenced by issue #58959, Occasional crashes in edit mode while moving a mesh with the mirror modifier
1 changed files with 1 additions and 1 deletions

View File

@ -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);