Fix: Typo in UI error message

This commit is contained in:
Hans Goudey 2021-10-09 00:55:11 -05:00
parent 886196b888
commit 728e31e18a
1 changed files with 1 additions and 1 deletions

View File

@ -2364,7 +2364,7 @@ static eAutoPropButsReturn template_operator_property_buts_draw_single(
/* poll() on this operator may still fail,
* at the moment there is no nice feedback when this happens just fails silently. */
if (!WM_operator_repeat_check(C, op)) {
UI_block_lock_set(block, true, "Operator can't' redo");
UI_block_lock_set(block, true, "Operator can't redo");
return return_info;
}