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>2015-12-07 23:06:14 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2015-12-07 23:06:14 +0300
commit187b7257ea1cb9e826c3cb06e138ffd9b4467769 (patch)
tree8ca5d9d1ddb7e3f9495aebb76a3b1c515f8234a0 /source/blender/editors/space_outliner
parentde0672436bf109c85da6b8f019c38a478c7cc905 (diff)
Usual UI messages fixes.
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 094407b7bff..46974a6e911 100644
--- a/source/blender/editors/space_outliner/outliner_edit.c
+++ b/source/blender/editors/space_outliner/outliner_edit.c
@@ -381,7 +381,7 @@ void OUTLINER_OT_lib_delete(wmOperatorType *ot)
{
ot->name = "Delete Library";
ot->idname = "OUTLINER_OT_lib_delete";
- ot->description = "Delete the library under cursorn (needs a save/reload)";
+ ot->description = "Delete the library under cursor (needs a save/reload)";
ot->invoke = outliner_lib_delete_invoke;
ot->poll = ED_operator_outliner_active;