Fix many typos and other issues in UI messages.
This commit is contained in:
@@ -2649,7 +2649,7 @@ static void rna_def_space(BlenderRNA *brna)
|
||||
RNA_def_property_boolean_funcs(prop, "rna_Space_view2d_sync_get", "rna_Space_view2d_sync_set");
|
||||
RNA_def_property_ui_text(prop,
|
||||
"Sync Visible Range",
|
||||
"Syncronize the visible timeline range with other time-based editors");
|
||||
"Synchronize the visible timeline range with other time-based editors");
|
||||
RNA_def_property_update(prop, NC_SPACE | ND_SPACE_TIME, "rna_Space_view2d_sync_update");
|
||||
|
||||
rna_def_space_generic_show_region_toggles(srna, (1 << RGN_TYPE_HEADER));
|
||||
@@ -3350,7 +3350,7 @@ static void rna_def_space_view3d_overlay(BlenderRNA *brna)
|
||||
|
||||
prop = RNA_def_property(srna, "show_ortho_grid", PROP_BOOLEAN, PROP_NONE);
|
||||
RNA_def_property_boolean_sdna(prop, NULL, "gridflag", V3D_SHOW_ORTHO_GRID);
|
||||
RNA_def_property_ui_text(prop, "Display Grid", "Show grid in othographic side view");
|
||||
RNA_def_property_ui_text(prop, "Display Grid", "Show grid in orthographic side view");
|
||||
RNA_def_property_update(prop, NC_SPACE | ND_SPACE_VIEW3D, NULL);
|
||||
|
||||
prop = RNA_def_property(srna, "show_floor", PROP_BOOLEAN, PROP_NONE);
|
||||
|
||||
Reference in New Issue
Block a user