From ebe01d06bcb3ed42d8466fdf133fe8810c5ecd2d Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Mon, 23 Jan 2012 22:57:46 +0000 Subject: Misc picky edits to UI messages. --- source/blender/editors/space_outliner/outliner_edit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/space_outliner') 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 */ -- cgit v1.2.3