UI: Cleanup spelling of compound words
Approximately 138 changes in the spelling of compound words and proper names like "Light Probe", "Shrink/Fatten", "Face Map". In many cases, hyphens were used where they aren't correct, like "re-fit". Other common changes include: - "Datablock" -> "data-block" - "Floating point" -> "floating-point" - "Ngons" -> "n-gons" These changes help give the language used in the interface a consistent, more professional feel. Differential Revision: https://developer.blender.org/D9923
This commit is contained in:
@@ -316,7 +316,7 @@ void RNA_api_image(StructRNA *srna)
|
||||
RNA_def_function_ui_description(func, "Reload the image from its source path");
|
||||
|
||||
func = RNA_def_function(srna, "update", "rna_Image_update");
|
||||
RNA_def_function_ui_description(func, "Update the display image from the floating point buffer");
|
||||
RNA_def_function_ui_description(func, "Update the display image from the floating-point buffer");
|
||||
RNA_def_function_flag(func, FUNC_USE_REPORTS);
|
||||
|
||||
func = RNA_def_function(srna, "scale", "rna_Image_scale");
|
||||
|
||||
Reference in New Issue
Block a user