From 321bcdcaf4987b03192cce7c0751e0f74db40d59 Mon Sep 17 00:00:00 2001 From: "Johan B. C. Engelen" Date: Sun, 27 Jul 2008 21:34:57 +0000 Subject: LPE Interpolate => "Interpolate Sub-Paths" (bzr r6434) --- src/live_effects/effect.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/live_effects/effect.cpp') 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 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 LPETypeConverter(LPETypeData, INVALID_LPE); -- cgit v1.2.3