Fix minor typos.

This commit is contained in:
Guillermo S. Romero
2009-10-25 00:24:56 +00:00
parent 4aa7ddfe33
commit 4815e07b6f
2 changed files with 2 additions and 2 deletions

View File

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

View File

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