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
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2011-04-19 14:35:24 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-04-19 14:35:24 +0400
commita8185f4cc8a162e2bdb4c9da211af65f2821ec2b (patch)
tree0511681ea4baacc5a1f85ecf3b485bb2a91f2f9e /source/blender/editors/space_outliner/outliner.c
parent5b920bc2ff1e78767842b13f6997298b7e438204 (diff)
patch [#26978] Minor Spelling Mistakes in Editor Operators
+ some errors I noticed.
Diffstat (limited to 'source/blender/editors/space_outliner/outliner.c')
-rw-r--r--source/blender/editors/space_outliner/outliner.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_outliner/outliner.c b/source/blender/editors/space_outliner/outliner.c
index ed26440d37d..8fdd62f7412 100644
--- a/source/blender/editors/space_outliner/outliner.c
+++ b/source/blender/editors/space_outliner/outliner.c
@@ -1729,7 +1729,7 @@ void OUTLINER_OT_renderability_toggle(wmOperatorType *ot)
/* identifiers */
ot->name= "Toggle Renderability";
ot->idname= "OUTLINER_OT_renderability_toggle";
- ot->description= "Toggle the renderbility of selected items";
+ ot->description= "Toggle the renderability of selected items";
/* callbacks */
ot->exec= outliner_toggle_renderability_exec;