Usual minor i18n/UI messages fixes.

This commit is contained in:
Bastien Montagne 2015-06-15 21:38:09 +02:00
parent a44a0cf443
commit 124b25cf9d
2 changed files with 2 additions and 1 deletions

@ -187,6 +187,7 @@ class SpellChecker:
"unhide",
"unindent",
"unkeyed",
"unmute",
"unpremultiply",
"unprojected",
"unreacted",

@ -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;