This commit is contained in:
Pablo Vazquez 2018-11-02 01:19:34 +01:00
parent 2959e4c72c
commit 2d6a10615d
1 changed files with 1 additions and 1 deletions

View File

@ -2380,7 +2380,7 @@ static uiBlock *block_create_autorun_warning(struct bContext *C, struct ARegion
/* Allow reload if we have a saved file. */
if (G.relbase_valid) {
but = uiDefIconTextBut(
block, UI_BTYPE_BUT, 0, ICON_NONE, IFACE_("Allow Executon"), 0, 0, 50, UI_UNIT_Y,
block, UI_BTYPE_BUT, 0, ICON_NONE, IFACE_("Allow Execution"), 0, 0, 50, UI_UNIT_Y,
NULL, 0, 0, 0, 0, TIP_("Reload file with execution of Python scripts enabled"));
UI_but_func_set(but, wm_block_autorun_warning_allow, block, NULL);
}