diff options
Diffstat (limited to 'src/live_effects/effect.cpp')
| -rw-r--r-- | src/live_effects/effect.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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<EffectType> 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 |
