From d119e163d0a867fe0263d751231b838c57b95b31 Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Mon, 17 Feb 2020 13:00:01 +0100 Subject: Fix many typos and other issues in UI messages. --- source/blender/editors/interface/interface_templates.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source/blender/editors/interface') diff --git a/source/blender/editors/interface/interface_templates.c b/source/blender/editors/interface/interface_templates.c index fcb51838d59..6feabd15daa 100644 --- a/source/blender/editors/interface/interface_templates.c +++ b/source/blender/editors/interface/interface_templates.c @@ -813,7 +813,7 @@ static void template_ID(bContext *C, } if (text) { - /* Add label resepecting the seperated layout property split state. */ + /* Add label resepecting the separated layout property split state. */ layout = uiItemL_respect_property_split(layout, text, ICON_NONE); } @@ -4607,7 +4607,7 @@ static uiBlock *CurveProfile_presets_func(bContext *C, ARegion *ar, CurveProfile UI_BTYPE_BUT_MENU, 1, ICON_BLANK1, - IFACE_("Cornice Moulding"), + IFACE_("Cornice Molding"), 0, yco -= UI_UNIT_Y, menuwidth, @@ -4622,7 +4622,7 @@ static uiBlock *CurveProfile_presets_func(bContext *C, ARegion *ar, CurveProfile UI_BTYPE_BUT_MENU, 1, ICON_BLANK1, - IFACE_("Crown Moulding"), + IFACE_("Crown Molding"), 0, yco -= UI_UNIT_Y, menuwidth, -- cgit v1.2.3