X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Freverb%2Freverb.C;h=f1aaadeaff5453329edd9599055ad248516c411d;hb=5c1aff2fd123b65be6e51ca7652185e14ddaf168;hp=eb60c71dff2617ebe371031fe35b231bc297eb9c;hpb=9d832a1fff11b11aaa1108c460690ed05e2bdc05;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/plugins/reverb/reverb.C b/cinelerra-5.1/plugins/reverb/reverb.C index eb60c71d..f1aaadea 100644 --- a/cinelerra-5.1/plugins/reverb/reverb.C +++ b/cinelerra-5.1/plugins/reverb/reverb.C @@ -98,7 +98,7 @@ Reverb::~Reverb() } } -const char* Reverb::plugin_title() { return _("Reverb"); } +const char* Reverb::plugin_title() { return N_("Reverb"); } int Reverb::is_realtime() { return 1; } int Reverb::is_multichannel() { return 1; } int Reverb::is_synthesis() { return 1; }