From c04c36ad3cc7b3668fb86e7733a2bc0d75eb4ec2 Mon Sep 17 00:00:00 2001 From: Jabier Arraiza Date: Wed, 9 Oct 2019 09:03:25 +0000 Subject: Improve the name of fillet/chamfer LPE to be more undertandable --- src/live_effects/effect.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/live_effects/effect.cpp') diff --git a/src/live_effects/effect.cpp b/src/live_effects/effect.cpp index fe1cebedb..647394fb4 100644 --- a/src/live_effects/effect.cpp +++ b/src/live_effects/effect.cpp @@ -566,10 +566,10 @@ const EnumEffectData LPETypeData[] = { }, { FILLET_CHAMFER - , N_("Fillet/Chamfer") //label + , N_("Corners (Fillet/Chamfer)") //label , "fillet_chamfer" //key , "fillet-chamfer" //icon - , "Fillet/Chamfer" //untranslated name + , "Corners (Fillet/Chamfer)" //untranslated name , N_("Adjust the shape of a path's corners, rounding them to a specified radius, or cutting them off") //description , true //on_path , true //on_shape -- cgit v1.2.3