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:
authorBastien Montagne <montagne29@wanadoo.fr>2012-01-24 02:57:46 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2012-01-24 02:57:46 +0400
commitebe01d06bcb3ed42d8466fdf133fe8810c5ecd2d (patch)
tree742eb786802741f005d931b706e2bbb862fcfbc6 /source/blender/editors/space_outliner
parent5585b3e9084a96f54c5b75479a492b504252351b (diff)
Misc picky edits to UI messages.
Diffstat (limited to 'source/blender/editors/space_outliner')
-rw-r--r--source/blender/editors/space_outliner/outliner_edit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_outliner/outliner_edit.c b/source/blender/editors/space_outliner/outliner_edit.c
index 12f4af3637e..562cbf45e86 100644
--- a/source/blender/editors/space_outliner/outliner_edit.c
+++ b/source/blender/editors/space_outliner/outliner_edit.c
@@ -1689,7 +1689,7 @@ void OUTLINER_OT_parent_clear(wmOperatorType *ot)
{
/* identifiers */
ot->name= "Drop to Clear Parent";
- ot->description = "Drag to clear parent in outliner";
+ ot->description = "Drag to clear parent in Outliner";
ot->idname= "OUTLINER_OT_parent_clear";
/* api callbacks */