X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.0%2Fplugins%2Finterpolateall%2Finterpolateall.C;h=331597dd676c732feb8823d57230c959dff1b179;hb=0fb566814c8a2948506be87ea7ecd08128ae119b;hp=2846d410e832adca586e2cff59161469591d9127;hpb=2d99bb8ce591f05a31464b517d85dc2bc35b2abe;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.0/plugins/interpolateall/interpolateall.C b/cinelerra-5.0/plugins/interpolateall/interpolateall.C index 2846d410..331597dd 100644 --- a/cinelerra-5.0/plugins/interpolateall/interpolateall.C +++ b/cinelerra-5.0/plugins/interpolateall/interpolateall.C @@ -94,7 +94,7 @@ InterpolateAllEffect::~InterpolateAllEffect() -char* InterpolateAllEffect::plugin_title() { return N_("Interpolate"); } +char* InterpolateAllEffect::plugin_title() { return _("Interpolate"); } int InterpolateAllEffect::is_realtime() { return 0; } int InterpolateAllEffect::is_multichannel() { return 0; }