diff options
Diffstat (limited to 'src/live_effects/effect.cpp')
| -rw-r--r-- | src/live_effects/effect.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/effect.cpp b/src/live_effects/effect.cpp index 8715927e1..a4041c6ee 100644 --- a/src/live_effects/effect.cpp +++ b/src/live_effects/effect.cpp @@ -99,7 +99,7 @@ const Util::EnumData<EffectType> LPETypeData[INVALID_LPE] = { {OFFSET, N_("Offset"), "offset"}, {RULER, N_("Ruler"), "ruler"}, {BOOLOPS, N_("Boolops"), "boolops"}, - {INTERPOLATE, N_("Interpolate"), "interpolate"}, + {INTERPOLATE, N_("Interpolate Sub-Paths"), "interpolate"}, }; const Util::EnumDataConverter<EffectType> LPETypeConverter(LPETypeData, INVALID_LPE); |
