Minor: fixing other UI typos.

This commit is contained in:
Bastien Montagne 2011-09-17 10:44:16 +00:00
parent d4898f9c40
commit a99f2cd015
3 changed files with 3 additions and 3 deletions

@ -580,7 +580,7 @@ void ACTION_OT_select_linked (wmOperatorType *ot)
/* identifiers */
ot->name = "Select Linked";
ot->idname= "ACTION_OT_select_linked";
ot->description = "Select keyframes occurring the same F-Curves as selected ones";
ot->description = "Select keyframes occurring in the same F-Curves as selected ones";
/* api callbacks */
ot->exec= actkeys_select_linked_exec;

@ -604,7 +604,7 @@ void CONSOLE_OT_history_cycle(wmOperatorType *ot)
ot->poll= ED_operator_console_active;
/* properties */
RNA_def_boolean(ot->srna, "reverse", 0, "Reverse", "reverse cycle history");
RNA_def_boolean(ot->srna, "reverse", 0, "Reverse", "Reverse cycle history");
}

@ -585,7 +585,7 @@ void GRAPH_OT_select_linked (wmOperatorType *ot)
/* identifiers */
ot->name = "Select Linked";
ot->idname= "GRAPH_OT_select_linked";
ot->description = "Select keyframes occurring the same F-Curves as selected ones";
ot->description = "Select keyframes occurring in the same F-Curves as selected ones";
/* api callbacks */
ot->exec= graphkeys_select_linked_exec;