Fix minor typos.
This commit is contained in:
@@ -2982,7 +2982,7 @@ static int set_2d_cursor_invoke(bContext *C, wmOperator *op, wmEvent *event)
|
||||
void UV_OT_cursor_set(wmOperatorType *ot)
|
||||
{
|
||||
/* identifiers */
|
||||
ot->name= "Set 3D Cursor";//Should this be 2d?
|
||||
ot->name= "Set 2D Cursor";
|
||||
ot->description= "Set 2D cursor location.";
|
||||
ot->idname= "UV_OT_cursor_set";
|
||||
|
||||
|
||||
@@ -593,7 +593,7 @@ static void rna_def_userdef_theme_spaces_edge(StructRNA *srna)
|
||||
|
||||
prop= RNA_def_property(srna, "edge_select", PROP_FLOAT, PROP_COLOR);
|
||||
RNA_def_property_array(prop, 3);
|
||||
RNA_def_property_ui_text(prop, "edge Select", "");
|
||||
RNA_def_property_ui_text(prop, "Edge Select", "");
|
||||
RNA_def_property_update(prop, 0, "rna_userdef_update");
|
||||
|
||||
prop= RNA_def_property(srna, "edge_seam", PROP_FLOAT, PROP_COLOR);
|
||||
|
||||
Reference in New Issue
Block a user