[Bf-blender-cvs] [2d6a10615d8] blender2.8: UI: Typo

Pablo Vazquez noreply at git.blender.org
Fri Nov 2 01:19:42 CET 2018


Commit: 2d6a10615d823d2537eed5a91d3bc24df9aa2106
Author: Pablo Vazquez
Date:   Fri Nov 2 01:19:34 2018 +0100
Branches: blender2.8
https://developer.blender.org/rB2d6a10615d823d2537eed5a91d3bc24df9aa2106

UI: Typo

===================================================================

M	source/blender/windowmanager/intern/wm_files.c

===================================================================

diff --git a/source/blender/windowmanager/intern/wm_files.c b/source/blender/windowmanager/intern/wm_files.c
index 6212b096f3d..32eeb54592b 100644
--- a/source/blender/windowmanager/intern/wm_files.c
+++ b/source/blender/windowmanager/intern/wm_files.c
@@ -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);
 	}



More information about the Bf-blender-cvs mailing list