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/makesrna/intern/rna_userdef.c
parentde0672436bf109c85da6b8f019c38a478c7cc905 (diff)
Usual UI messages fixes.
Diffstat (limited to 'source/blender/makesrna/intern/rna_userdef.c')
-rw-r--r--source/blender/makesrna/intern/rna_userdef.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_userdef.c b/source/blender/makesrna/intern/rna_userdef.c
index f8bf6d12347..39562d4d8a0 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);