From a39ca26700f2604c5779df169facc2d711c356c0 Mon Sep 17 00:00:00 2001 From: Geoffrey Bantle Date: Wed, 27 Sep 2006 06:40:10 +0000 Subject: -> Misspelled tooltip for 'Enable Script Links' Fixed a minor mispelling in the tooltip, 'and' was written as 'amd'. --- source/blender/src/buttons_script.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source') diff --git a/source/blender/src/buttons_script.c b/source/blender/src/buttons_script.c index 422d9bcac28..adb32bee9c0 100644 --- a/source/blender/src/buttons_script.c +++ b/source/blender/src/buttons_script.c @@ -322,7 +322,7 @@ static void script_panel_scriptlink(void) uiDefButBitI(block, TOG, G_DOSCRIPTLINKS, REDRAWBUTSSCRIPT, "Enable Script Links", xco, 200, 150, 20, &G.f, 0, 0, 0, 0, - "Enable execution of all assigned Script links amd Space Handelers"); + "Enable execution of all assigned Script links and Space Handelers"); /* for proper alignment: */ uiDefBut(block, LABEL, 0, "", 160, 200,150,20, NULL, 0.0, 0.0, 0, 0, ""); -- cgit v1.2.3