update internationalization data
[goodguy/history.git] / cinelerra-5.0 / plugins / reverb / reverb.C
index c26c0b5410ea6dffa297f20d393f81acb8a83aa8..1d4ec5fbc98a8c3c31fe44d3ef1a5c172ece6028 100644 (file)
@@ -99,7 +99,7 @@ Reverb::~Reverb()
        }
 }
 
-const char* Reverb::plugin_title() { return N_("Reverb"); }
+const char* Reverb::plugin_title() { return _("Reverb"); }
 int Reverb::is_realtime() { return 1; }
 int Reverb::is_multichannel() { return 1; }
 int Reverb::is_synthesis() { return 1; }