diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2019-10-09 09:03:25 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marcjeanmougin@free.fr> | 2019-10-09 21:57:37 +0000 |
| commit | c04c36ad3cc7b3668fb86e7733a2bc0d75eb4ec2 (patch) | |
| tree | 498b88c7a4b6df4dcffa460d0bd7c1dc15b9c4e5 /src/live_effects | |
| parent | Deselect nodes on tool chande. Fixing style. (diff) | |
| download | inkscape-c04c36ad3cc7b3668fb86e7733a2bc0d75eb4ec2.tar.gz inkscape-c04c36ad3cc7b3668fb86e7733a2bc0d75eb4ec2.zip | |
Improve the name of fillet/chamfer LPE to be more undertandable
Diffstat (limited to 'src/live_effects')
| -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 |
