diff --git a/src/effects/Effect.h b/src/effects/Effect.h index 7cd3b861a..0fcc070f7 100644 --- a/src/effects/Effect.h +++ b/src/effects/Effect.h @@ -34,7 +34,7 @@ class wxWindow; #include "../Internat.h" #include "../widgets/ProgressDialog.h" -#define BUILTIN_EFFECT_PREFIX wxT("Builtin Effect: ") +#define BUILTIN_EFFECT_PREFIX wxT("Built-in Effect: ") class SelectedRegion; class TimeWarper;