Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorGeoffrey Bantle <hairbat@yahoo.com>2006-09-27 10:40:10 +0400
committerGeoffrey Bantle <hairbat@yahoo.com>2006-09-27 10:40:10 +0400
commita39ca26700f2604c5779df169facc2d711c356c0 (patch)
treebc2ac7a18dc3ee6156d06c0b38085197e55f240c /source
parentd0899c26422f06c26be87560f2b8b5e1f5b410ee (diff)
-> Misspelled tooltip for 'Enable Script Links'
Fixed a minor mispelling in the tooltip, 'and' was written as 'amd'.
Diffstat (limited to 'source')
-rw-r--r--source/blender/src/buttons_script.c2
1 files changed, 1 insertions, 1 deletions
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, "");