Commit: 187b7257ea1cb9e826c3cb06e138ffd9b4467769
Author: Bastien Montagne
Date:   Mon Dec 7 21:06:14 2015 +0100
Branches: master
https://developer.blender.org/rB187b7257ea1cb9e826c3cb06e138ffd9b4467769

Usual UI messages fixes.

===================================================================

M       source/blender/editors/space_outliner/outliner_edit.c
M       source/blender/makesrna/intern/rna_userdef.c

===================================================================

diff --git a/source/blender/editors/space_outliner/outliner_edit.c 
b/source/blender/editors/space_outliner/outliner_edit.c
index 094407b..46974a6 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;
diff --git a/source/blender/makesrna/intern/rna_userdef.c 
b/source/blender/makesrna/intern/rna_userdef.c
index f8bf6d1..39562d4 100644
--- a/source/blender/makesrna/intern/rna_userdef.c
+++ b/source/blender/makesrna/intern/rna_userdef.c
@@ -4007,7 +4007,7 @@ static void rna_def_userdef_system(BlenderRNA *brna)
 
        prop = RNA_def_property(srna, "font_path_ui_mono", PROP_STRING, 
PROP_FILEPATH);
        RNA_def_property_string_sdna(prop, NULL, "font_path_ui_mono");
-       RNA_def_property_ui_text(prop, "Monospace Font", "Path to interface 
monospace Font");
+       RNA_def_property_ui_text(prop, "Mono-space Font", "Path to interface 
mono-space Font");
        RNA_def_property_update(prop, NC_WINDOW, "rna_userdef_language_update");
 
        prop = RNA_def_property(srna, "scrollback", PROP_INT, PROP_UNSIGNED);

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to