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 <bastien@blender.org>2021-03-22 12:56:25 +0300
committerBastien Montagne <bastien@blender.org>2021-03-22 12:56:25 +0300
commit82d3b0f9278619000f96fa3a20c068a26c82d5ba (patch)
tree51f1ce82ff9d9feb4f1ff9dd4d1f9cc84ac13af1 /source/blender/gpencil_modifiers/intern/MOD_gpencillineart.c
parent14caab7257996e19b1b27186715f1a035053899a (diff)
Fix UI (and code!) typos.
Diffstat (limited to 'source/blender/gpencil_modifiers/intern/MOD_gpencillineart.c')
-rw-r--r--source/blender/gpencil_modifiers/intern/MOD_gpencillineart.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/gpencil_modifiers/intern/MOD_gpencillineart.c b/source/blender/gpencil_modifiers/intern/MOD_gpencillineart.c
index 4597e82b2dc..587b53fd730 100644
--- a/source/blender/gpencil_modifiers/intern/MOD_gpencillineart.c
+++ b/source/blender/gpencil_modifiers/intern/MOD_gpencillineart.c
@@ -428,7 +428,7 @@ static void baking_panel_draw(const bContext *UNUSED(C), Panel *panel)
if (is_baked) {
uiLayout *col = uiLayoutColumn(layout, false);
uiLayoutSetPropSep(col, false);
- uiItemL(col, IFACE_("Modifier has baked data."), ICON_NONE);
+ uiItemL(col, IFACE_("Modifier has baked data"), ICON_NONE);
uiItemR(
col, ptr, "is_baked", UI_ITEM_R_TOGGLE, IFACE_("Continue Without Clearing"), ICON_NONE);
}