[Bf-blender-cvs] [124b25c] master: Usual minor i18n/UI messages fixes.

Bastien Montagne noreply at git.blender.org
Mon Jun 15 21:39:03 CEST 2015


Commit: 124b25cf9d47837e384ade566f03e84186535967
Author: Bastien Montagne
Date:   Mon Jun 15 21:38:09 2015 +0200
Branches: master
https://developer.blender.org/rB124b25cf9d47837e384ade566f03e84186535967

Usual minor i18n/UI messages fixes.

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

M	release/scripts/modules/bl_i18n_utils/utils_spell_check.py
M	source/blender/editors/mesh/editmesh_tools.c

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

diff --git a/release/scripts/modules/bl_i18n_utils/utils_spell_check.py b/release/scripts/modules/bl_i18n_utils/utils_spell_check.py
index 6697947..42a23c8 100644
--- a/release/scripts/modules/bl_i18n_utils/utils_spell_check.py
+++ b/release/scripts/modules/bl_i18n_utils/utils_spell_check.py
@@ -187,6 +187,7 @@ class SpellChecker:
         "unhide",
         "unindent",
         "unkeyed",
+        "unmute",
         "unpremultiply",
         "unprojected",
         "unreacted",
diff --git a/source/blender/editors/mesh/editmesh_tools.c b/source/blender/editors/mesh/editmesh_tools.c
index 202ce8d..0b13512 100644
--- a/source/blender/editors/mesh/editmesh_tools.c
+++ b/source/blender/editors/mesh/editmesh_tools.c
@@ -5220,7 +5220,7 @@ void MESH_OT_offset_edge_loops(wmOperatorType *ot)
 	/* identifiers */
 	ot->name = "Offset Edge Loop";
 	ot->idname = "MESH_OT_offset_edge_loops";
-	ot->description = "Creates offset edge loop from the current selection";
+	ot->description = "Create offset edge loop from the current selection";
 
 	/* api callbacks */
 	ot->exec = edbm_offset_edgeloop_exec;




More information about the Bf-blender-cvs mailing list