update internationalization data
[goodguy/history.git] / cinelerra-5.0 / plugins / timestretch / timestretch.C
index 192ce95475dd53f8abce694fd224e9fb83a9b3f1..bc9bc5ea25a0610481d5268229e650073e40f52e 100644 (file)
@@ -116,7 +116,7 @@ int TimeStretchTime::handle_event()
 
 
 TimeStretchWindow::TimeStretchWindow(TimeStretch *plugin, int x, int y)
- : BC_Window(PROGRAM_NAME ": Time stretch"
+ : BC_Window(_(PROGRAM_NAME ": Time stretch")
                                x - 160,
                                y - 75,
                                320, 
@@ -350,7 +350,7 @@ TimeStretch::~TimeStretch()
 
        
        
-const char* TimeStretch::plugin_title() { return N_("Time stretch"); }
+const char* TimeStretch::plugin_title() { return _("Time stretch"); }
 
 int TimeStretch::get_parameters()
 {